summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/microtch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/microtch.h')
-rw-r--r--src/devices/machine/microtch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/microtch.h b/src/devices/machine/microtch.h
index ed56310baca..2f955955e03 100644
--- a/src/devices/machine/microtch.h
+++ b/src/devices/machine/microtch.h
@@ -33,6 +33,9 @@ protected:
virtual void tra_complete() override;
virtual void rcv_complete() override;
+ // ROM region (unused, as the device is HLE'd)
+ virtual const tiny_rom_entry *device_rom_region() const override;
+
private:
int check_command( const char* commandtocheck, int command_len, uint8_t* command_data );
void send_format_table_packet(uint8_t flag, int x, int y);