summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/model2.h')
-rw-r--r--src/mame/includes/model2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/model2.h b/src/mame/includes/model2.h
index 4fed6b0a84c..2b8258ae99c 100644
--- a/src/mame/includes/model2.h
+++ b/src/mame/includes/model2.h
@@ -185,6 +185,9 @@ protected:
DECLARE_WRITE32_MEMBER(model2_serial_w);
DECLARE_WRITE16_MEMBER(horizontal_sync_w);
DECLARE_WRITE16_MEMBER(vertical_sync_w);
+ DECLARE_READ32_MEMBER(doa_prot_r);
+ DECLARE_READ32_MEMBER(doa_unk_r);
+ int m_prot_a;
void raster_init(memory_region *texture_rom);
void geo_init(memory_region *polygon_rom);
@@ -456,6 +459,8 @@ public:
DECLARE_MACHINE_RESET(model2a);
+ void sega5838_map(address_map &map);
+
void manxtt(machine_config &config);
void manxttdx(machine_config &config);
void model2a(machine_config &config);