hitachi/mbs1.cpp: QA stub

This commit is contained in:
angelosa 2024-09-24 12:02:02 +02:00
parent 7f704724ef
commit 35db804c63
3 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,9 @@
MB-S1 (c) 1984 Hitachi
TODO:
- Cassette won't load, not even in Level 3 mode;
- Many features missing;
**************************************************************************************************/

View file

@ -45,8 +45,6 @@ void mbs1_mmu_device::device_start()
void mbs1_mmu_device::device_reset()
{
// Mark 5 mode
}
// TODO: should not reset everything when in user mode
@ -62,6 +60,7 @@ void mbs1_mmu_device::init_banks(bool system_type, bool user_mode)
}
else
{
// Level 3 mode
for (i = 0; i < 16; i++)
m_bank_latch[i] = 0xf0 | i;
}