Game Boy emulator for Macintosh System 6 (1988)
Go to file
2023-10-19 00:14:58 -05:00
cli not really sure what i was working on 2023-10-18 17:14:20 -05:00
examples generate simple "return 0x1234" and dynamically run 2023-10-18 19:27:10 -05:00
src successfully generates a "return 0xffff" instruction on 68k and testable on mac 2023-10-19 00:14:58 -05:00
system6 successfully generates a "return 0xffff" instruction on 68k and testable on mac 2023-10-19 00:14:58 -05:00
.gitignore generate simple "return 0x1234" and dynamically run 2023-10-18 19:27:10 -05:00
get_opcodes.js
LICENSE
README.md
test-compiler.sh successfully generates a "return 0xffff" instruction on 68k and testable on mac 2023-10-19 00:14:58 -05:00

gb6

This is going to be a Game Boy emulator targeting 68k Macs running System 6 or newer. Right now I'm working on the non-Mac-specific parts of the emulator - eventually I'll integrate the UI I developed the last time I attempted this project (which is sitting on a floppy somewhere).

Compile with Retro68