Skip to content

Wrsford/Swiftly6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Swiftly6502

6502 emulator in swift

I used the JS implementation as the initial goal (achieved)

Project runs on iOS and probably OS X

Has the potential to be largely extended by abusing how bytes are emulated (actually an Int array in swift)

Updated to Swift 4 by Uwe Falck