New CX16 support for Ozmoo 14
Re: New CX16 support for Ozmoo 14
RAM contents are generally preserved through a reset, and Ozmoo checks when it starts, if the game file has already been read into RAM. However, when resetting the computer, Basic writes a special value at the end of Basic RAM, so one or two bytes are changed. This turned out to have unwanted, albeit sometimes hilarious effects in some games.
Re: New CX16 support for Ozmoo 14
Two reasons:
1: For a maximum size Z-code game, we're already using all of banked RAM.
2: Writing a block of up to 64 KB to VRAM is both simple and fast. Auto-increment, and no bank calculations needed. Since this data has to be written every turn, it's important that it's as fast as possible. Part of the data we read may still be in banked memory though, but at least we don't need to switch the bank back and forth for every byte copied.