Skip to content

Commit

Permalink
Correct Mesen2 putchar script
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath authored Jun 17, 2024
1 parent c5ff345 commit 8bc67c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/printf-mesen2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ function cb(address, value)
end
end

emu.addMemoryCallback(cb, emu.callbackType.write, 0x4018)
emu.addMemoryCallback(cb, emu.callbackType.write, 0x401B)

0 comments on commit 8bc67c8

Please sign in to comment.