mirror of
https://github.com/irmen/ksim65.git
synced 2024-11-15 09:05:52 +00:00
fix power on values of cpu port registers
This commit is contained in:
parent
62e2f1663a
commit
d5f533c300
@ -22,8 +22,8 @@ class CpuIoPort(val cpu: Cpu6502) : MemMappedComponent(0x0000, 0x0001) {
|
||||
|
||||
override fun clock() { }
|
||||
override fun reset() {
|
||||
dataDirections = 0xff
|
||||
ioPort = 0xff
|
||||
dataDirections = 0xef
|
||||
ioPort = 0x37
|
||||
determineRoms()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user