mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-25 04:31:03 +00:00
amic: Add modem port transmit DMA read.
This commit is contained in:
parent
ffc7de4715
commit
6154b7cbe2
@ -207,6 +207,8 @@ uint32_t AMIC::read(uint32_t rgn_start, uint32_t offset, int size)
|
||||
return (this->floppy_addr_ptr >> (3 - (offset & 3)) * 8) & 0xFF;
|
||||
case AMICReg::Floppy_DMA_Ctrl:
|
||||
return this->floppy_dma->read_stat();
|
||||
case SCC_DMA_Xmt_A_Ctrl:
|
||||
return this->escc_xmit_a_dma->read_stat();
|
||||
case SCC_DMA_Xmt_B_Ctrl:
|
||||
return this->escc_xmit_b_dma->read_stat();
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user