diff options
Diffstat (limited to 'src/devices/cpu/sharc/sharc.cpp')
| -rw-r--r-- | src/devices/cpu/sharc/sharc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/sharc/sharc.cpp b/src/devices/cpu/sharc/sharc.cpp index 5039686a7c7..95230c3f9fc 100644 --- a/src/devices/cpu/sharc/sharc.cpp +++ b/src/devices/cpu/sharc/sharc.cpp @@ -481,7 +481,7 @@ void adsp21062_device::build_opcode_table() /*****************************************************************************/ -void adsp21062_device::external_iop_write(uint32_t address, uint32_t data) +void adsp21062_device::external_iop_write(offs_t address, uint32_t data) { // host packing mode used to determine width of external host bus width (16/32) // if writing to external port DMA buffer, just write the data directly; @@ -514,7 +514,7 @@ void adsp21062_device::external_iop_write(uint32_t address, uint32_t data) } } -void adsp21062_device::external_dma_write(uint32_t address, uint64_t data) +void adsp21062_device::external_dma_write(offs_t address, uint64_t data) { /* All addresses in the 17-bit index registers are offset by 0x0002 0000, the |
