summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hlcd0515.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-03-10 16:44:07 +0100
committer hap <happppp@users.noreply.github.com>2017-03-10 16:44:33 +0100
commit3e867504c1f13b0a0e24f9c9428e7ca8539dcd23 (patch)
tree3ac09bb4ac8d4598e94b306966a23585ee111cfc /src/devices/video/hlcd0515.h
parent1d35ea1a924923e802039a57e432cc6c12080f1b (diff)
added hlcd0538 device (nw)
Diffstat (limited to 'src/devices/video/hlcd0515.h')
-rw-r--r--src/devices/video/hlcd0515.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/video/hlcd0515.h b/src/devices/video/hlcd0515.h
index e10dbe8b308..899ed199576 100644
--- a/src/devices/video/hlcd0515.h
+++ b/src/devices/video/hlcd0515.h
@@ -10,7 +10,6 @@
#define _HLCD0515_H_
-
// COL/ROW pins (offset for ROW)
#define MCFG_HLCD0515_WRITE_COLS_CB(_devcb) \
devcb = &hlcd0515_device::set_write_cols_callback(*device, DEVCB_##_devcb);
@@ -68,7 +67,6 @@ public:
protected:
// device-level overrides
virtual void device_start() override;
- virtual void device_reset() override;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
virtual void set_control();