diff options
Diffstat (limited to 'src/mame/includes/pes.h')
-rw-r--r-- | src/mame/includes/pes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/pes.h b/src/mame/includes/pes.h index 6dab69fb3c1..9b910812da8 100644 --- a/src/mame/includes/pes.h +++ b/src/mame/includes/pes.h @@ -49,6 +49,8 @@ public: DECLARE_READ8_MEMBER(data_to_i8031); DECLARE_WRITE8_MEMBER(data_from_i8031); void pes(machine_config &config); + void i80c31_io(address_map &map); + void i80c31_mem(address_map &map); }; |