mirror of
https://github.com/Luigi30/FruitMachine-Swift.git
synced 2025-08-12 06:25:34 +00:00
typo
This commit is contained in:
@@ -47,7 +47,7 @@ extension CPUState {
|
||||
page_boundary_crossed = true
|
||||
}
|
||||
} else {
|
||||
if((program_counter & 0x00FF) + UInt16(abs(Int16(distance)))ß > 0x0100) {
|
||||
if((program_counter & 0x00FF) + UInt16(abs(Int16(distance))) > 0x0100) {
|
||||
page_boundary_crossed = true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user