Fri, 27 Nov 2015 10:47:35 -0800 |
Michael Pavone |
Replace some hard-coded instruction length assumptions with a calculation so they will work properly on both 32-bit and 64-bit hosts
|
Thu, 26 Nov 2015 22:30:41 -0800 |
Michael Pavone |
Fix for Z80 retranslation post alignment rework
|
Thu, 26 Nov 2015 00:10:36 -0800 |
Michael Pavone |
Z80 core is now slightly less broken
|
Wed, 25 Nov 2015 20:18:34 -0800 |
Michael Pavone |
Get Z80 core sort of working again post alignment change
|
Wed, 25 Nov 2015 08:40:45 -0800 |
Michael Pavone |
Partially working change to do proper stack alignment rather than doing a lame alignment check when calling a C compile dfunction. 68K core seems okay, but Z80 is busted.
|
Fri, 13 Nov 2015 22:56:59 -0800 |
Michael Pavone |
Selecting a second game from the menu now works
|
Wed, 04 Nov 2015 19:14:39 -0800 |
Michael Pavone |
Improve timing of Z80 busack. Fixes a crash in Barkley: Shut Up and Jam. Also vastly improves the audio output of Stuck Somewhere in Time
|
Sat, 31 Oct 2015 13:49:27 -0700 |
Michael Pavone |
Small tweaks to timing of 68K/Z80 interactions based on latest tests
|
Sat, 31 Oct 2015 01:07:56 -0700 |
Michael Pavone |
Set flags for ld a, r
|
Thu, 29 Oct 2015 23:12:01 -0700 |
Michael Pavone |
Fix timing of certain variants of LD
|
Thu, 29 Oct 2015 21:42:10 -0700 |
Michael Pavone |
Fix timing of IM instruction
|
Fri, 18 Sep 2015 19:54:02 -0700 |
Michael Pavone |
Fixed a copy pasta error in the implementation of LDD and LDDR. HL should be decremented and not incremented in those instructions.
|
Sat, 01 Aug 2015 17:05:51 -0700 |
Michael Pavone |
Implement half carry for a couple of the trivial cases
|
Wed, 29 Jul 2015 00:03:36 -0700 |
Michael Pavone |
Added support for an IO memory map in Z80 core
|
Sat, 25 Jul 2015 18:22:07 -0700 |
Michael Pavone |
Use a new fatal_error function instead of calling fprintf and exit for fatal errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows).
|
Sat, 27 Jun 2015 12:17:18 -0700 |
Michael Pavone |
Cleanup some warnings under clang through a combination of code fixes and supressing specific warnings
|
Tue, 26 May 2015 20:00:50 -0700 |
Michael Pavone |
Fixes for the 32-bit build accidentally introduced a bug into the 64-bit build, this commit fixes the regression
|
Mon, 25 May 2015 18:56:22 -0700 |
Michael Pavone |
Add a define in both the source and Makefile for enabling logging of z80 instruction address/cycle counts. Fix Z80 in/out instructions to eliminate assumptions about which registers are stored in native regs. Fix read_16 to not corrupt the low byte when the read has to call into a C function.
|
Mon, 25 May 2015 17:08:56 -0700 |
Michael Pavone |
Fix RLD and RRD for the case in which HL does not map to a native register
|
Sun, 24 May 2015 21:11:18 -0700 |
Michael Pavone |
Z80 test cases that passed on 64-bit now pass on 32-bit
|
Sun, 24 May 2015 15:05:18 -0700 |
Michael Pavone |
More bugfixes for the 32-bit build of the Z80 core
|
Sat, 23 May 2015 20:26:20 -0700 |
Michael Pavone |
Fix a bunch of assumptions about which Z80 registers are stored in native registers to make the x86-32 build less broken
|
Sun, 17 May 2015 20:03:27 -0700 |
Michael Pavone |
Make sure z80_save_reg does nothing when there is no register in the reg field of the instruction. This fixes a bug that corrupted SP in the MDEM 2011 demo
|
Sun, 17 May 2015 19:14:41 -0700 |
Michael Pavone |
Call z80_handle_deferred after generating an insruction handler so that instructions like rst work correctly
|
Sun, 17 May 2015 15:40:31 -0700 |
Michael Pavone |
Fix crash bug in Z80 interpreter
|
Tue, 12 May 2015 19:14:09 -0700 |
Michael Pavone |
Save PC to context struct when syncing Z80 at instruction start. This fixes saving savestates and probably the Z80 debugger as well
|
Mon, 11 May 2015 20:34:33 -0700 |
Michael Pavone |
Remove/comment verbose logging added for tracking down sync bug
|
Mon, 11 May 2015 00:28:47 -0700 |
Michael Pavone |
Sync fixes and logging to fix more sync issues
|