|
TI-99/4A模擬器Classic99發佈新版,更新如下:
(2013-01-16)
Fix SBR Information request to correctly return number of sectors, and properly read record count as 16-bit. This fixes Archiver and compressed files!
P-Code card works (previous fix to 'X' instruction fixed it)
Implement disk 'write protect' option
Implement raw sector writes to image disks
(2013-01-12)
CORE:
Made CPU a class object to support multiple instances
BUGFIX: 2-word X opcodes which executed a relative jump would use the wrong address offset (fixes Jumpy)
Fix startup hang when no cartridge selected (like a new install)
Video:
Implemented early (buggy) support for the F18A's 9900-based GPU. This emulation is not considered production quality yet. But you can step and debug code (while the main CPU incorrectly halts). No other F18A registers or graphics is implemented and the updated/unsupported opcodes are also wrong. Experimental/early use only.
Disk system:
Added AutoMap DSK1 option to disk system (lets you run many DSK1 centric titles from any disk index automatically)
New code to handle global disk option types
Warn in debug log if DSRLNK is called with any workspace other than GPLWS (>83E0)
Update VDP heatmap when reading records and programs from disk
Added some TODOs
Fix bug checking file type with OPEN on Image files - was causing the TI Assembler to throw a DSR error on COPY of a DV file
Cartridge System:
Added ability to recognize .C, .D, .G and .3 files in the User->Open menu (old format was only C.BIN, D,BIN, etc)
Also recognizes
(2012-06-30)
1) MBX bank switching preliminary (use type '!')
2) Finally, added Retroclouds contribution for loading and saving Breakpoints. Sorry for taking so long!
3) Added debugger option (in menu) Break on Illegal Opcode
4) Added warm reset option - doesn't erase RAM before resetting.
5) Fix NEG opcode - was not setting C
(2011-12-11)
Fix setting of VDP interrupt bit to happen AFTER the screen is drawn, not before (fixes Mad Marvin demo)
fix stack overflow in loading 'O'ther cart types from Classic99.ini
Updated TurboForth BLOCKS file to today's version
http://harmlesslion.com/software/classic99 |
|