mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-01-24 11:34:14 +00:00
Unenhanced //e does not have a 65c02
This commit is contained in:
parent
a28745ab83
commit
862b087d4e
@ -22,7 +22,8 @@ func newApple2e() *Apple2 {
|
||||
var a Apple2
|
||||
a.Name = "Apple IIe"
|
||||
a.mmu = newMemoryManager(&a)
|
||||
a.cpu = core6502.NewCMOS65c02(a.mmu)
|
||||
a.cpu = core6502.NewNMOS6502(a.mmu)
|
||||
//a.cpu = core6502.NewCMOS65c02(a.mmu)
|
||||
a.io = newIoC0Page(&a)
|
||||
a.mmu.InitRAMalt()
|
||||
addApple2SoftSwitches(a.io)
|
||||
|
Loading…
x
Reference in New Issue
Block a user