summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/saa5050.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-12-17 20:22:48 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-12-17 20:27:50 +0100
commitd7f75c954fe1bc30007ca7bef063db481e03d8af (patch)
tree4a50795f5c7a7178993864b518c1dd00d549e5be /src/devices/video/saa5050.h
parentb8aff36f3cb48c753f4bf21399665d2c6a4efba5 (diff)
-bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz]
-sound/pokey, sn76477, tms36xx, tms5110, tms5220: Removed MCFG macros. [Ryan Holtz] -audio/astrof, bwidow, bzone, dkong, jedi, mw8080bw, n8080, scramble, segag80r, snk6502, zaccaria: Removed MACHINE_CONFIG macros. [Ryan Holtz] -drivers/asteroid, atari400, atarisy2, bagman, bartop52, bzone, ccastles, centiped, cloak, cloud9, dai3wksi, exelv, foodf, gp_1, hh_tms1k, irobot, liberatr, looping, malzak, maxaflex, mhavoc, missile, mrgame, naughtyb, quantum, rotaryf, route16, runaway, scyclone, spaceg, spectra, tempest, tispeak, toratora, tunhunt: Removed MACHINE_CONFIG macros. [Ryan Holtz]
Diffstat (limited to 'src/devices/video/saa5050.h')
-rw-r--r--src/devices/video/saa5050.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/saa5050.h b/src/devices/video/saa5050.h
index 532e715eeff..6e1aa5cec6a 100644
--- a/src/devices/video/saa5050.h
+++ b/src/devices/video/saa5050.h
@@ -59,6 +59,7 @@ public:
void set_screen_size(int cols, int rows, int size) { m_cols = cols; m_rows = rows; m_size = size; }
template <class Object> devcb_base &set_d_rd_callback(Object &&cb) { return m_read_d.set_callback(std::forward<Object>(cb)); }
+ auto d_cb() { return m_read_d.bind(); }
// optional information overrides
virtual const tiny_rom_entry *device_rom_region() const override;