Game Boy emulator for Macintosh System 6 (1988)
Go to file
Matthew Laux ce66b5ba3a successfully generates a "return 0xffff" instruction on 68k and testable on mac 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
LICENSE move license 2022-07-20 22:34:06 -05:00
README.md add readme 2019-04-16 01:49:55 -05:00
get_opcodes.js add instruction timings 2022-06-20 19:09:29 -05:00
test-compiler.sh successfully generates a "return 0xffff" instruction on 68k and testable on mac 2023-10-19 00:14:58 -05:00

README.md

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