mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
hitachi/mbs1.cpp: QA stub
This commit is contained in:
parent
7f704724ef
commit
35db804c63
3 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,9 @@
|
|||
|
||||
MB-S1 (c) 1984 Hitachi
|
||||
|
||||
|
||||
TODO:
|
||||
- Cassette won't load, not even in Level 3 mode;
|
||||
- Many features missing;
|
||||
|
||||
**************************************************************************************************/
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue