Add mapper 446 using mapper emulation cores that can be included in other multi-ASIC mappers.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "mapinc.h"
|
||||
#include "vrc2and4.h"
|
||||
#include "asic_vrc2and4.h"
|
||||
|
||||
static uint8 irqEnabled;
|
||||
static uint16 irqCounterLow;
|
||||
@@ -65,7 +65,7 @@ void UNLTH21311_power(void) {
|
||||
}
|
||||
|
||||
void UNLTH21311_Init (CartInfo *info) {
|
||||
VRC24_init(info, sync, 0x01, 0x02, 0, 0, 0);
|
||||
VRC2_init(info, sync, 0x01, 0x02, NULL, NULL, NULL, NULL);
|
||||
AddExState(UNLTH21311_stateRegs, ~0, 0, 0);
|
||||
info->Power =UNLTH21311_power;
|
||||
MapIRQHook =UNLTH21311_cpuCycle;
|
||||
|
||||
Reference in New Issue
Block a user