Added the traceCpu command line switch

This commit is contained in:
Ivan Izaguirre 2019-09-23 23:35:39 +02:00
parent 4d7447f7b4
commit 43a5980fd3

View File

@ -36,7 +36,7 @@ func SDLRun(a *apple2.Apple2) {
j := newSDLJoysticks() j := newSDLJoysticks()
a.SetJoysticksProvider(j) a.SetJoysticksProvider(j)
go a.Run(false) go a.Run()
running := true running := true
for running { for running {