summaryrefslogtreecommitdiff
path: root/avr/z80-if.h
diff options
context:
space:
mode:
authorLeo C2014-08-14 16:27:17 +0200
committerLeo C2014-08-14 16:27:17 +0200
commit534e1dfcb2f6cdfa1cd62913045b832f2189b7aa (patch)
treebfd0f2693160aeae7aa1788f1b3903ac843b9e45 /avr/z80-if.h
parent72f5882239bb88b8a68f305802e0dde37a975604 (diff)
downloadz180-stamp-534e1dfcb2f6cdfa1cd62913045b832f2189b7aa.zip
Add commands: loadf, go, reset restarthexrel-1
Diffstat (limited to 'avr/z80-if.h')
-rw-r--r--avr/z80-if.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avr/z80-if.h b/avr/z80-if.h
index ecb6712..a2617ce 100644
--- a/avr/z80-if.h
+++ b/avr/z80-if.h
@@ -9,6 +9,8 @@ void z80_release_bus(void);
void z80_memset(uint32_t addr, uint8_t data, uint32_t length);
void z80_reset(level_t level);
void z80_reset_pulse(void);
+int z80_stat_reset(void);
+int z80_runstate(void);
//void z80_busreq(level_t level);
void z80_write_block(const FLASH uint8_t *src, uint32_t dest, uint32_t length);
int z80_stat_halt(void);