Update ColecoVision.cs
This commit is contained in:
parent
22337474db
commit
cf9bfbe726
|
@ -24,6 +24,7 @@ namespace BizHawk.Emulation.Cores.ColecoVision
|
|||
|
||||
_cpu = new Z80A
|
||||
{
|
||||
FetchMemory = ReadMemory,
|
||||
ReadMemory = ReadMemory,
|
||||
WriteMemory = WriteMemory,
|
||||
ReadHardware = ReadPort,
|
||||
|
@ -236,4 +237,4 @@ namespace BizHawk.Emulation.Cores.ColecoVision
|
|||
_cpu.Reset();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue