diff options
Diffstat (limited to 'src/mess/machine/adam_ram.c')
-rw-r--r-- | src/mess/machine/adam_ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/adam_ram.c b/src/mess/machine/adam_ram.c index e58a5cb467b..c3a1a6f5501 100644 --- a/src/mess/machine/adam_ram.c +++ b/src/mess/machine/adam_ram.c @@ -29,7 +29,7 @@ const device_type ADAM_RAM = &device_creator<adam_ram_expansion_device>; adam_ram_expansion_device::adam_ram_expansion_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, ADAM_RAM, "Adam 64KB RAM expansion", tag, owner, clock), - device_adam_expansion_slot_card_interface(mconfig, *this) + device_adam_expansion_slot_card_interface(mconfig, *this) { } |