summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-23Tweaked makefileHEADmasterIan C
2023-04-23Fixed non-array modeIan C
2023-01-11Fixed emulation of IM 2Ian C
2023-01-02Now passes all zexall tests.Ian C
2023-01-02Fixed BIT (i[xy]+d),bIan C
2023-01-02Small tweak to BIT_MEMPTR to marry up with BIT.Ian C
2022-12-31Some MEMPTR changes.Ian C
2022-12-29Fixed LDD[R] and LDI[R]Ian C
2022-12-29Fixed C++ism that entered in CPD/I fixes.Ian C
2022-12-29Fixed CPD[R] and CPI[R]Ian C
2022-12-27Tweaks for MEMPTR. Still not sure it's correct.Ian C
2022-12-26Added dependencies for sources in Makefile. Removed old GTK callbacks.Ian C
2022-12-26Failed attempts to fix runall for BIT. Also some tweaks to sources andIan C
the initial noisy mode of EMMA.
2022-12-25Fixed BIT documented. Still not passing undocumented.Ian C
2022-12-24Fixed hidden flags in 8-bit INC/DECIan C
2022-12-24Added MEMPTR setting.Ian C
2022-11-29Removed redundant variable from MakefileIan C
2021-11-21Updated to use casm for CP/M emulationIan C
2021-10-29Updated .gitignoreIan C
2021-10-29Added .gitignoreIan C
2021-09-14Tweaks to build on FreeBSDIan C
2021-08-24Fixed SCF, CCF and DAA so they pass documented flag tests.Ian C
2021-08-20Added CPM documented flags testIan C
2021-08-20Removed furhter GTK files.Ian C
2021-08-20Removed GTK mainIan C
2021-08-20Updated with latest Z80 core from 3dsspecIan C
2021-08-20Removed non-compiling bits and added CPM zexallIan C
2006-09-20Made interrupts disabled on maskable interrupt.Ian C
2006-09-19Changed interface so that Z80 registers are exposed publicly -- using aIan C
Set/Get interface was too ponderous for emulation needs.
2006-09-19Fixed setting of disassembly reader when using function memory interface.Ian C
2006-09-16Fixed OUT (n),AIan C
2006-09-16Added a config header that controls inclusion of disassembly and memory model.Ian C
2006-09-13Fixed storing of callback returnsIan C
2006-09-13Removed bad declaration for table arraysIan C
2006-09-11Fixed IN A,(nn)Ian C
2006-09-06Updated to use a function-based memory interface.Ian C
2006-09-05Passes all normal tests expect for daa,cpl,scf,ccf group.Ian C
Fails quite a few undocumented flag tests.
2006-09-04Removed redundant copyrightsIan C
2006-09-04Fixed BIT and took DAA from FUSE.Ian C
2006-09-04ALU8 and ALU16 now validate against ZEXDOC.Ian C
2006-09-03Fixed output of OUT text to the log file.Ian C
2006-09-03Extra sanity checks on start-up.Ian C
2006-09-03Fixed bugs on BIT,RES and SET opcode macros. Fixed serious bug in POKEIan C
macro. Changes to GEMMA.
2006-09-01GEMMA largely working. Fixed broken expressions with white space.Ian C
2006-08-31AddedIan C
2006-08-30Development checkinIan C
2006-08-28Moved dialog to gtkutilIan C
2006-08-28Added dialog.o for GEMMAIan C
2006-08-28Added for GEMMAIan C
2006-08-28Initial GEMMA filesIan C