AxibugEmuOnline/References/VirtuaNESex_src_191105/NES/Mapper/Mapper180.cpp

17 lines
413 B
C++
Raw Normal View History

2024-08-05 17:58:53 +08:00
//////////////////////////////////////////////////////////////////////////
// Mapper180 Nichibutsu //
//////////////////////////////////////////////////////////////////////////
void Mapper180::Reset()
{
SetPROM_32K_Bank( 0 );
if( VROM_1K_SIZE ) {
SetVROM_8K_Bank( 0 );
}
}
void Mapper180::Write( WORD addr, BYTE data )
{
SetPROM_16K_Bank( 6, data&0x07 );
}