MESS SVN Changelog:
r14015
revert back thing to look nicer (no whatsnew)
r14016
MESS equivalent of MAME 15022:
Some cleanup of the previous change. Added new template device_delegate which wraps a regular delegate and includes a string pointer to a device tag, which can be simply resolved later. Converted the screen_update delegates to to be based on this. Changed the mechanism by which screen formats are auto-deduced. Converted SCREEN_EOF to use these delegates as well, so now there is MCFG_SCREEN_EOF_STATIC/DRIVER/DEVICE just like MCFG_SCREEN_UPDATE.
r14017
Important fixes from MAME r15023
r14018
MESS version of MAME r15024:
Death to SCREEN_EOF, which was ambiguously called either at the start or end of VBLANK depending on the video flag VIDEO_UPDATE_AFTER_VBLANK. Replaced with SCREEN_VBLANK callbacks which are called both at the start and end of VBLANK, so you can operate either way, and be explicit
about it. Updated all callers.
Also updated screen_device to use device timers and some other minor cleanups.
r14019
fmtowns: Properly implemented freerun timer, and added the second PIT. (no whatsnew)
r14020
i386: Beginning to implement page faults. [Carl]
Download: MESS SVN r14020 x86
Download: MESS SVN r14020 x64
Source: Here
0 Comments
Post a Comment