summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pce/pce_rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pce/pce_rom.h')
-rw-r--r--src/devices/bus/pce/pce_rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pce/pce_rom.h b/src/devices/bus/pce/pce_rom.h
index 82122462d03..7521e764d03 100644
--- a/src/devices/bus/pce/pce_rom.h
+++ b/src/devices/bus/pce/pce_rom.h
@@ -98,7 +98,7 @@ protected:
virtual void nvram_default() override;
virtual void nvram_read(emu_file &file) override;
virtual void nvram_write(emu_file &file) override;
-
+
private:
const uint32_t m_bram_size = 0x800*4;
uint8_t m_bram[0x800*4];