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
1 changed files with 1 additions and 1 deletions

View File

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