summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/grom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ti99/grom.h')
-rw-r--r--src/mess/machine/ti99/grom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/ti99/grom.h b/src/mess/machine/ti99/grom.h
index 38eb39c048a..1599db84dd3 100644
--- a/src/mess/machine/ti99/grom.h
+++ b/src/mess/machine/ti99/grom.h
@@ -40,9 +40,9 @@ class ti99_grom_device : public bus8z_device, ti99grom_config
{
public:
ti99_grom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
template<class _Object> static devcb2_base &set_ready_wr_callback(device_t &device, _Object object) { return downcast<ti99_grom_device &>(device).m_gromready.set_callback(object); }
-
+
DECLARE_READ8Z_MEMBER(readz);
DECLARE_WRITE8_MEMBER(write);