diff options
author | Ian C <ianc@noddybox.co.uk> | 2007-03-14 01:00:54 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2007-03-14 01:00:54 +0000 |
commit | e6351a008d4c8a1ac5d6d424c06df21e98e6036c (patch) | |
tree | 8636b9f23b7be1bea1fa299880d1ffe97109297b /include | |
parent | 7e2703a49de38100f9ee82042a744517fc7eb171 (diff) |
Initial woking monitor -- still keyboard handling to do.
Diffstat (limited to 'include')
-rw-r--r-- | include/monitor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/monitor.h b/include/monitor.h index 5bbdc8b..f649504 100644 --- a/include/monitor.h +++ b/include/monitor.h @@ -22,6 +22,8 @@ #ifndef DS81_MONITOR_H #define DS81_MONITOR_H -void MachineCodeMonitor(void); +#include "z80.h" + +void MachineCodeMonitor(Z80 *cpu); #endif /* DS81_MONITOR_H */ |