summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tdv2324.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tdv2324.h')
-rw-r--r--src/mame/includes/tdv2324.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/tdv2324.h b/src/mame/includes/tdv2324.h
index f111e2db1c6..9b8164c92cb 100644
--- a/src/mame/includes/tdv2324.h
+++ b/src/mame/includes/tdv2324.h
@@ -75,9 +75,9 @@ private:
virtual void video_start() override;
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- DECLARE_READ8_MEMBER( tdv2324_main_io_30 );
- DECLARE_READ8_MEMBER( tdv2324_main_io_e6 );
- DECLARE_WRITE8_MEMBER( tdv2324_main_io_e2 );
+ uint8_t tdv2324_main_io_30();
+ uint8_t tdv2324_main_io_e6();
+ void tdv2324_main_io_e2(uint8_t data);
// video state
required_shared_ptr<uint8_t> m_video_ram;