summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author holub <andrei.holub@gmail.com>2022-06-14 10:18:02 -0400
committer GitHub <noreply@github.com>2022-06-15 00:18:02 +1000
commit5849a983ccd74aeb0af12d3b150f53ed3db7a375 (patch)
treef4d5b80b7fa36bd642cc467fbee902e2531b0f0e /src/mame/includes
parentb90ea3a2737cb0f3ae76ca1ad70a4b412f2d5334 (diff)
tsconf.cpp: fix gfx offsets (#9905)
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/tsconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tsconf.h b/src/mame/includes/tsconf.h
index 2c111644f76..b2f7535cc79 100644
--- a/src/mame/includes/tsconf.h
+++ b/src/mame/includes/tsconf.h
@@ -189,7 +189,7 @@ private:
address_space *m_program = nullptr;
memory_view m_bank0_rom;
- required_memory_bank_array<5> m_banks;
+ required_memory_bank_array<5> m_banks; // 0..3 - RAM, 4 - ROM
required_device<at_keyboard_device> m_keyboard;