diff options
| author | 2016-05-25 08:19:21 +0200 | |
|---|---|---|
| committer | 2016-05-25 08:19:21 +0200 | |
| commit | 68785dccfee3208163c8169abc5c6d01becf36d4 (patch) | |
| tree | d6967331fd0e938981777aa32b5f246e04fb701b /src/devices/cpu/hphybrid/hphybrid.cpp | |
| parent | c1230f8b9bf4373d396ecb970c966ec2ce6dfc15 (diff) | |
Cleanups and version bumpmame0174
Diffstat (limited to 'src/devices/cpu/hphybrid/hphybrid.cpp')
| -rw-r--r-- | src/devices/cpu/hphybrid/hphybrid.cpp | 4 |
1 files changed, 2 insertions, 2 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) |
