mirror of
https://github.com/Candygoblen123/SwiftNES.git
synced 2025-09-11 04:52:04 -05:00
PPU: Impl color palettes
This commit is contained in:
@@ -151,7 +151,7 @@ class CPU {
|
||||
//}
|
||||
|
||||
func run() {
|
||||
run(onCycle: { print(dumpCpuState(self)) }, onComplete: {})
|
||||
run(onCycle: {}, onComplete: {})
|
||||
}
|
||||
|
||||
func run(onCycle: @escaping () -> (), onComplete: @escaping () -> ()) {
|
||||
|
Reference in New Issue
Block a user