summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vic10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vic10.h')
-rw-r--r--src/mame/includes/vic10.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/includes/vic10.h b/src/mame/includes/vic10.h
index e6292da901e..efcaeeaded0 100644
--- a/src/mame/includes/vic10.h
+++ b/src/mame/includes/vic10.h
@@ -80,7 +80,6 @@ public:
virtual void machine_reset() override;
void check_interrupts();
- UINT8 paddle_read(address_space &space, int which);
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );
@@ -88,10 +87,6 @@ public:
DECLARE_WRITE_LINE_MEMBER( vic_irq_w );
DECLARE_READ8_MEMBER( vic_videoram_r );
DECLARE_READ8_MEMBER( vic_colorram_r );
- DECLARE_READ8_MEMBER( vic_lightpen_x_cb );
- DECLARE_READ8_MEMBER( vic_lightpen_y_cb );
- DECLARE_READ8_MEMBER( vic_lightpen_button_cb );
- DECLARE_READ8_MEMBER( vic_rdy_cb );
DECLARE_READ8_MEMBER( sid_potx_r );
DECLARE_READ8_MEMBER( sid_poty_r );