diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-14 01:50:20 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-14 01:50:20 +0000 |
commit | c48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 (patch) | |
tree | 2b7ea94d3b056eb659d49c0593f2ce794bb22678 /src/spec.h | |
parent | 44ffbe36a8e7eaab7d7851bb79f229c4383c6545 (diff) |
Devel snapshot
Diffstat (limited to 'src/spec.h')
-rw-r--r-- | src/spec.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ void SPECWriteWord(Z80 *z80, Z80Word addr, Z80Word val); Z80Byte SPECReadPort(Z80 *z80, Z80Word port); void SPECWritePort(Z80 *z80, Z80Word port, Z80Byte val); Z80Byte SPECReadForDisassem(Z80 *z80, Z80Word addr); -const char *SPECGetLabel(Z80 *z80, Z80Word addr); +const Z80Label *SPECGetLabel(void); /* Interfaces for memory menu */ |