mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
m_compile m_fix (m_nw)
This commit is contained in:
parent
8632876dfb
commit
49024ee800
@ -573,7 +573,7 @@ struct hpc3_t
|
|||||||
UINT32 m_scsi0_dma_ctrl;
|
UINT32 m_scsi0_dma_ctrl;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct m_hal2
|
struct hal2
|
||||||
{
|
{
|
||||||
UINT32 m_iar;
|
UINT32 m_iar;
|
||||||
UINT32 m_idr[4];
|
UINT32 m_idr[4];
|
||||||
@ -652,7 +652,7 @@ protected:
|
|||||||
|
|
||||||
hpc3_t m_hpc3;
|
hpc3_t m_hpc3;
|
||||||
|
|
||||||
m_hal2 m_hal2;
|
hal2 m_hal2;
|
||||||
|
|
||||||
pbus_dma_t m_pbus_dma;
|
pbus_dma_t m_pbus_dma;
|
||||||
UINT8 m_dma_buffer[4096];
|
UINT8 m_dma_buffer[4096];
|
||||||
|
Loading…
Reference in New Issue
Block a user