v2.0
NEW FEATURES
- automake: added support for
program
keyword, loaders and for multiple executable for single target; - target
mtx500
: addeds support for hardware timers and keyboards; - target
msx
: added support for audio; - target
msx
,mtx500
,svi
,coleco
: isolated vdp code and added optimizations; - moved into midres_data the roll buffer byte;
- source segmentation for space optimization;
- removed overlay support.
BUG FIXES
- game
elevator
formsx
: fixed time counter; - game
totto
formsx
: fixed titles issues; - game
alienstorm
formsx
: fixed magic value for unsigned char and alien fire's block; - target
atari
andc16
: fix replaced fseek by sequential read; - target
atari
: avoid waiting for ending frame with 0 jiffies; - target
plus4
: corrected brightness; - target
c16
: corrected audio parameter; - target
mtx500
: enabled and fixed frame buffer duplication; - target
msx
,mtx500
,svi
,coleco
: fixed score and level management; - demo
TILE
: fixed embedded tiles also for not embedded executables; - utility
joycheck
: fixed embedded tiles also for not embedded executables; - automake: fixes for various targets.