0.7.5

More
1 week 2 days ago - 5 hours 5 minutes ago #53 by Franck
0.7.5 was created by Franck
  • Fixed a wrong page address setting in the system for the start of the VM in the XSRAM. Was 0xD0 (0x34000) and is now 0xCC (0x33000). The available space was not 48KiB as specified but only 44KiB. It is now 48KiB as specified. The manual has been updated. Programs must be recompiled to benefit from the correct position in the XSRAM. All default programs (demos, examples, tools and utils) have been recompiled for this release, no need to do it yourself.
  • A new /system/reginit.dat file has been created. This file contains the initial state for all registers and internal buffers. You can import it at the start of a program to make sure all registers are correctly initialized (in case another program run before changed these registers):
    • import("/system/reginit.dat",0x1100,0);
  • Fixed a bug in the ymSetParam() and ymGetParam() functions wrongly setting/clearing some registers bits.
  • Fixed a small bug in the compiler. Was emitting a int instead of a byte for some memory access instructions. The fixed version generates slightly smaller executables.
  • Cleaner handling of graphics when exiting text editor. Text is restored and everything else (sprites, bitmap, tiles) is properly cleared.
  • In CLI, LShift+Del now performs a graphics clear (sprites, bitmap, tiles) while RShift+Del performs a text clear like before. Manual has been updated.
  •  
Last edit: 5 hours 5 minutes ago by Franck.

Please Log in or Create an account to join the conversation.

Time to create page: 0.147 seconds
Powered by Kunena Forum