From d69482b7a3e0a3af3558f37a8a4fbd294308571b Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 3 Feb 2019 11:05:40 -0800 Subject: Get new Z80 core running in CPM harness --- z80.cpu | 3 +++ 1 file changed, 3 insertions(+) (limited to 'z80.cpu') diff --git a/z80.cpu b/z80.cpu index c13d765..d09601e 100644 --- a/z80.cpu +++ b/z80.cpu @@ -27,6 +27,9 @@ regs zflag 8 scratch1 16 scratch2 16 + io_map ptrmemmap_chunk + io_chunks 32 + io_mask 32 flags register f -- cgit v1.2.3