diff options
author | 2012-09-18 07:33:27 +0000 | |
---|---|---|
committer | 2012-09-18 07:33:27 +0000 | |
commit | 2a06847d59b27f9927caa22761514640dadb9c8a (patch) | |
tree | c7d8f75dc7470758abe0bd6f531412ee980c1993 /src/mess/includes/zx.h | |
parent | 2bc32d8645b8f45925420e310b8c26974866a29c (diff) |
manual cleanup of mame and mess includes (no whatsnew)
Diffstat (limited to 'src/mess/includes/zx.h')
-rw-r--r-- | src/mess/includes/zx.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mess/includes/zx.h b/src/mess/includes/zx.h index 92359f4b27b..b18877253b6 100644 --- a/src/mess/includes/zx.h +++ b/src/mess/includes/zx.h @@ -59,24 +59,9 @@ public: DECLARE_MACHINE_RESET(pow3000); void screen_eof_zx(screen_device &screen, bool state); }; - - -/*----------- defined in machine/zx.c -----------*/ - - - - - /*----------- defined in video/zx.c -----------*/ - - - void zx_ula_bkgnd(running_machine &machine, int color); void zx_ula_r(running_machine &machine, int offs, const char *region, const UINT8 param); -//extern int ula_nmi_active; -//extern int ula_scancode_count; - - #endif /* ZX_H_ */ |