diff options
Diffstat (limited to 'src/devices/bus/lpci/i82439tx.h')
-rw-r--r-- | src/devices/bus/lpci/i82439tx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/lpci/i82439tx.h b/src/devices/bus/lpci/i82439tx.h index e94b95629c0..8853b9b96a6 100644 --- a/src/devices/bus/lpci/i82439tx.h +++ b/src/devices/bus/lpci/i82439tx.h @@ -50,7 +50,7 @@ private: address_space *m_space; uint8_t *m_rom; - uint32_t m_regs[8]; + uint32_t m_regs[8*256]; uint32_t m_bios_ram[0x40000 / 4]; }; |