AxibugEmuOnline/virtuanessrc097-master/NES/Mapper/Mapper194.cpp

14 lines
758 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//////////////////////////////////////////////////////////////////////////
// Mapper194 迷宮寺院ダババ //
//////////////////////////////////////////////////////////////////////////
void Mapper194::Reset()
{
SetPROM_32K_Bank( PROM_32K_SIZE-1 );
}
void Mapper194::Write( WORD addr, BYTE data )
{
SetPROM_8K_Bank( 3, data );
}