summaryrefslogtreecommitdiff
path: root/blastem.c
AgeCommit message (Expand)Author
2013-05-19Fix a region detection bugMike Pavone
2013-05-19Don't sync the 68K clock to the VDP clock unless the 68K had to wait for the ...Mike Pavone
2013-05-19Handle busack across frame boundaryMike Pavone
2013-05-18Mostly working runtime generation of memory map read/write functionsMike Pavone
2013-05-16Get frame time correct and frame rate sort of correct for EUR regionMike Pavone
2013-05-15Support regions other than USAMike Pavone
2013-05-15Set window title based on ROM header nameMike Pavone
2013-05-15Re-enable frame limit, but add a command line flag to disable itMike Pavone
2013-05-14Fix a stupid bug in z80 busreq acknowledge delay code and make some small imp...Mike Pavone
2013-05-14Some Z80 interrupt fixesMike Pavone
2013-05-14Update Z80 vint timingMike Pavone
2013-05-13Added some basic VDP debugging features to debugger. Fixed DMA enable bugMike Pavone
2013-05-11Don't update interrupt mask on non-interrupt exceptionsMike Pavone
2013-05-10Initial stab at horizontal interrupts and improving accuracy of vertical inte...Mike Pavone
2013-05-06Implement writes from Z80 to YM-2612Mike Pavone
2013-05-06Hopefully more correct implementation of the Z80 busack statusMike Pavone
2013-05-05Add a YM2612 stub implementation with just timers and status registers so tha...Mike Pavone
2013-05-03Fix bank register updateMike Pavone
2013-05-03Fix native address lookup in bannked memory areaMike Pavone
2013-05-03Fix crash bug in Z80 interrupt supportMike Pavone
2013-05-02Protect debug prints for busreq/reset regs with appropriate macrosMike Pavone
2013-05-02Sync Z80 on writes to busreq/reset ports. NULL out extra_pc on z80 resetMike Pavone
2013-05-01Fix some more retranslation bugs in the Z80 coreMike Pavone
2013-05-01Add -n flag for disabling the Z80 coreMike Pavone
2013-05-01Fix a crash bug in instruction retranslationMike Pavone
2013-04-30Add a second context pointer to m68k_context so that try_fifo_write can still...Mike Pavone
2013-04-30Initial stab at integartiong Z80 coreMike Pavone
2013-04-19Added headless flag to avoid initializing SDL and opening a window when runni...Mike Pavone
2013-04-16Small bit of cleanupMike Pavone
2013-01-20Add support for breaking into the debugger while game is runningMike Pavone
2013-01-17Add instruction address logging to translator and support for reading an addr...Mike Pavone
2013-01-16Fix 6-button controller emulationMike Pavone
2013-01-13Cleanup VINT code and fix bug in which VINT cycle would be set incorrectly af...Mike Pavone
2013-01-13Add ability to print out current 68K cycle in debuggerMike Pavone
2013-01-13Fix a bunch of bugs in the CPU core, add a 68K debuggerMike Pavone
2013-01-06Added SMD ROM supportMike Pavone
2013-01-05Fix predec address mode when used as sourceMike Pavone
2013-01-04Implement access to Z80 RAMMike Pavone
2013-01-01Make writes to control and data port block when DMA is in progressMike Pavone
2012-12-31Comment out some debug printfsMike Pavone
2012-12-30Implemented HV counterMike Pavone
2012-12-30Make version register return correct value for USAMike Pavone
2012-12-28Fix Z80 busreq logicMike Pavone
2012-12-27Don't pre-emptively translate code at interrupt vectors as some PD ROMs have ...Mike Pavone
2012-12-27Initial work on allowing dynamic branches and code in RAM plus a small fix to...Mike Pavone
2012-12-26Minor joypad fix and commeount out some debug printfsMike Pavone
2012-12-26Forgot to add blastem main file earlierMike Pavone