summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68307.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68307.h')
-rw-r--r--src/devices/machine/68307.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/68307.h b/src/devices/machine/68307.h
index 4c4d9b90cb3..65ac214b7f3 100644
--- a/src/devices/machine/68307.h
+++ b/src/devices/machine/68307.h
@@ -68,6 +68,7 @@ public:
uint16_t get_cs(offs_t address);
void licr2_interrupt();
+ void m68307_internal_map(address_map &map);
protected:
class m68307_sim;
class m68307_mbus;