diff options
Diffstat (limited to 'src/mess/includes/lynx.h')
-rw-r--r-- | src/mess/includes/lynx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mess/includes/lynx.h b/src/mess/includes/lynx.h index 0af7f9fbefa..ab019d5e9b4 100644 --- a/src/mess/includes/lynx.h +++ b/src/mess/includes/lynx.h @@ -145,13 +145,8 @@ public: /*----------- defined in machine/lynx.c -----------*/ - - - void lynx_timer_count_down(running_machine &machine, int nr); -INTERRUPT_GEN( lynx_frame_int ); - /* These functions are also needed for the Quickload */ int lynx_verify_cart (char *header, int kind); void lynx_crc_keyword(device_image_interface &image); |