log blastem.c @ 268:6c2d7e003a55

age author description
Thu, 02 May 2013 21:54:04 -0700 Mike Pavone Sync Z80 on writes to busreq/reset ports. NULL out extra_pc on z80 reset
Wed, 01 May 2013 23:12:29 -0700 Mike Pavone Fix some more retranslation bugs in the Z80 core
Wed, 01 May 2013 20:15:33 -0700 Mike Pavone Add -n flag for disabling the Z80 core
Wed, 01 May 2013 20:09:53 -0700 Mike Pavone Fix a crash bug in instruction retranslation
Tue, 30 Apr 2013 20:36:15 -0700 Mike Pavone Add a second context pointer to m68k_context so that try_fifo_write can still have easy access to the VDP. Handle writes to Z80 code addresses from the 68K.
Tue, 30 Apr 2013 00:39:31 -0700 Mike Pavone Initial stab at integartiong Z80 core
Fri, 19 Apr 2013 21:36:00 -0700 Mike Pavone Added headless flag to avoid initializing SDL and opening a window when running tests.
Tue, 16 Apr 2013 09:31:21 -0700 Mike Pavone Small bit of cleanup
Sun, 20 Jan 2013 19:10:29 -0800 Mike Pavone Add support for breaking into the debugger while game is running
Thu, 17 Jan 2013 20:00:07 -0800 Mike Pavone Add instruction address logging to translator and support for reading an address log to the disassembler
Wed, 16 Jan 2013 22:50:02 -0800 Mike Pavone Fix 6-button controller emulation
Sun, 13 Jan 2013 16:11:28 -0800 Mike Pavone Cleanup VINT code and fix bug in which VINT cycle would be set incorrectly after a VDP control port write
Sun, 13 Jan 2013 15:55:43 -0800 Mike Pavone Add ability to print out current 68K cycle in debugger
Sun, 13 Jan 2013 13:01:13 -0800 Mike Pavone Fix a bunch of bugs in the CPU core, add a 68K debugger
Sun, 06 Jan 2013 09:51:15 -0800 Mike Pavone Added SMD ROM support
Sat, 05 Jan 2013 00:53:50 -0800 Mike Pavone Fix predec address mode when used as source
Fri, 04 Jan 2013 21:47:09 -0800 Mike Pavone Implement access to Z80 RAM
Tue, 01 Jan 2013 07:06:57 -0800 Mike Pavone Make writes to control and data port block when DMA is in progress
Mon, 31 Dec 2012 18:53:52 -0800 Mike Pavone Comment out some debug printfs
Sun, 30 Dec 2012 22:39:41 -0800 Mike Pavone Implemented HV counter
Sun, 30 Dec 2012 00:11:03 -0800 Mike Pavone Make version register return correct value for USA
Fri, 28 Dec 2012 20:46:29 -0800 Mike Pavone Fix Z80 busreq logic
Thu, 27 Dec 2012 22:48:54 -0800 Mike Pavone Don't pre-emptively translate code at interrupt vectors as some PD ROMs have these pointing at junk. Need some kind of heuristic for detecting garbage if I'm going to translate them ahead of time by default.
Thu, 27 Dec 2012 21:19:58 -0800 Mike Pavone Initial work on allowing dynamic branches and code in RAM plus a small fix to effective address decoding
Wed, 26 Dec 2012 22:07:44 -0800 Mike Pavone Minor joypad fix and commeount out some debug printfs
Wed, 26 Dec 2012 21:50:48 -0800 Mike Pavone Forgot to add blastem main file earlier