diff options
author | 2014-02-15 22:15:28 +0000 | |
---|---|---|
committer | 2014-02-15 22:15:28 +0000 | |
commit | 1f92dd545201eeed120d8e170fd5ab37bff95d01 (patch) | |
tree | 7c9470a29b84f67d0b9b71b31b7f84b85edd85bd /src/mess/includes/apple3.h | |
parent | d438684920d34f490489c057755540e5e87ed444 (diff) |
(MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. Belmont]
Diffstat (limited to 'src/mess/includes/apple3.h')
-rw-r--r-- | src/mess/includes/apple3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/apple3.h b/src/mess/includes/apple3.h index eb87b5890f9..d0872412d05 100644 --- a/src/mess/includes/apple3.h +++ b/src/mess/includes/apple3.h @@ -93,7 +93,7 @@ public: UINT8 *apple3_get_zpa_addr(offs_t offset); void apple3_update_memory(); void apple3_via_out(UINT8 *var, UINT8 data); - UINT8 *apple3_get_indexed_addr(offs_t offset); + UINT8 *apple3_get_indexed_addr(offs_t offset, bool is_write); TIMER_DEVICE_CALLBACK_MEMBER(apple3_c040_tick); DECLARE_PALETTE_INIT(apple3); void apple3_irq_update(); |