diff options
Diffstat (limited to 'src/devices/cpu/hphybrid')
| -rw-r--r-- | src/devices/cpu/hphybrid/hphybrid.cpp | 4 | ||||
| -rw-r--r-- | src/devices/cpu/hphybrid/hphybrid.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/hphybrid/hphybrid.cpp b/src/devices/cpu/hphybrid/hphybrid.cpp index 5c731378093..52b3c405c87 100644 --- a/src/devices/cpu/hphybrid/hphybrid.cpp +++ b/src/devices/cpu/hphybrid/hphybrid.cpp @@ -133,7 +133,7 @@ WRITE_LINE_MEMBER(hp_hybrid_cpu_device::flag_w) UINT8 hp_hybrid_cpu_device::pa_r(void) const { - return CURRENT_PA; + return CURRENT_PA; } hp_hybrid_cpu_device::hp_hybrid_cpu_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname , UINT8 addrwidth) @@ -1092,7 +1092,7 @@ void hp_hybrid_cpu_device::handle_dma(void) m_icount -= 9; } - // Mystery solved: DMA is not automatically disabled at TC (test of 9845's graphic memory relies on this to work) + // Mystery solved: DMA is not automatically disabled at TC (test of 9845's graphic memory relies on this to work) } UINT16 hp_hybrid_cpu_device::RIO(UINT8 pa , UINT8 ic) diff --git a/src/devices/cpu/hphybrid/hphybrid.h b/src/devices/cpu/hphybrid/hphybrid.h index aeb5de6586b..c34d6f0b252 100644 --- a/src/devices/cpu/hphybrid/hphybrid.h +++ b/src/devices/cpu/hphybrid/hphybrid.h @@ -87,7 +87,7 @@ public: DECLARE_WRITE_LINE_MEMBER(status_w); DECLARE_WRITE_LINE_MEMBER(flag_w); - UINT8 pa_r(void) const; + UINT8 pa_r(void) const; template<class _Object> static devcb_base &set_pa_changed_func(device_t &device, _Object object) { return downcast<hp_hybrid_cpu_device &>(device).m_pa_changed_func.set_callback(object); } |
