summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/saa5050.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/saa5050.h')
-rw-r--r--src/devices/video/saa5050.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/devices/video/saa5050.h b/src/devices/video/saa5050.h
index a9bb680f347..544c3110743 100644
--- a/src/devices/video/saa5050.h
+++ b/src/devices/video/saa5050.h
@@ -48,12 +48,13 @@ public:
// optional information overrides
virtual const tiny_rom_entry *device_rom_region() const override;
- DECLARE_WRITE_LINE_MEMBER( crs_w );
- DECLARE_WRITE_LINE_MEMBER( dew_w );
- DECLARE_WRITE_LINE_MEMBER( lose_w );
+ void crs_w(int state);
+ void dew_w(int state);
+ void lose_w(int state);
+ int tlc_r();
void write(uint8_t data);
- DECLARE_WRITE_LINE_MEMBER( f1_w );
- DECLARE_WRITE_LINE_MEMBER( tr6_w );
+ void f1_w(int state);
+ void tr6_w(int state);
int get_rgb();
// NOTE: the following are provided for convenience only, SAA5050 is not a display controller