diff options
Diffstat (limited to 'src/mame/includes/bullet.h')
-rw-r--r-- | src/mame/includes/bullet.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/bullet.h b/src/mame/includes/bullet.h index 206b5dac222..4b3c9b8f564 100644 --- a/src/mame/includes/bullet.h +++ b/src/mame/includes/bullet.h @@ -106,7 +106,7 @@ public: int m_brom; // DMA state - UINT8 m_exdma; + uint8_t m_exdma; int m_buf; bool m_fdrdy; int m_dartardy; @@ -170,8 +170,8 @@ public: void update_dma_rdy(); int m_rome; - UINT8 m_xdma0; - UINT8 m_mbank; + uint8_t m_xdma0; + uint8_t m_mbank; int m_wack; int m_wrdy; }; |