summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-08-28Updates to improve selecting build optionsIan C
2006-08-28Added labels to Z80 disassemblerIan C
2006-08-28Fixed repeat command when using readline. Label command now dumps labels ifIan C
no parameter given.
2006-08-28Added readline to EMMAIan C
2006-08-28Changes so that labels for zexdoc and zexall are loaded into EMMAIan C
2006-08-28*** empty log message ***Ian C
2006-08-27Added locally build versions of the Z80 exercisersIan C
2006-08-27Fixed LD (nnnn),AIan C
2006-08-26Checkin prior to replacing some of the opcode routines.Ian C
2006-08-26UpdatesIan C
2006-08-25Devolopment checkin. Compiles, but doesn't pass tests.Ian C
2006-08-21EditsIan C
2006-08-21Added expression handler for EMMAIan C
2006-08-21Added disassemblerIan C
2006-08-20Initial compilable versionIan C