Some cleanup.
This commit is contained in:
@@ -1943,7 +1943,7 @@ extern unsigned short totlines;
|
||||
void SetAddressingModes(), GenerateBank0Table();
|
||||
void SetAddressingModesSA1(), GenerateBank0TableSA1();
|
||||
void calculate_state_sizes(), InitRewindVars();
|
||||
void InitDSP(), InitDSP2(), InitDSP3(), InitDSP4(), InitOBC(), InitFxTables(), initregr(), initregw();
|
||||
void InitDSP(), InitDSP2(), InitDSP3(), InitDSP4(), InitOBC1(), InitFxTables(), initregr(), initregw();
|
||||
void SPC7110Load(), DOSClearScreen(), dosmakepal();
|
||||
|
||||
void CheckROMType()
|
||||
@@ -2004,7 +2004,7 @@ void CheckROMType()
|
||||
|
||||
if (OBCEnable)
|
||||
{
|
||||
InitOBC();
|
||||
InitOBC1();
|
||||
|
||||
map_mem(0x00, &obc1bank, 0x40);
|
||||
map_mem(0x80, &obc1bank, 0x40);
|
||||
|
||||
Reference in New Issue
Block a user