mirror of
https://github.com/irmen/ksim65.git
synced 2025-01-31 18:35:55 +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 clock() { }
|
||||||
override fun reset() {
|
override fun reset() {
|
||||||
dataDirections = 0xff
|
dataDirections = 0xef
|
||||||
ioPort = 0xff
|
ioPort = 0x37
|
||||||
determineRoms()
|
determineRoms()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user