summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/zx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/zx.h')
-rw-r--r--src/mess/includes/zx.h15
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_ */