Game Boy emulator for Macintosh System 6 (1988)
Go to file
Matt Laux de5fcfaf00 separate into main, cli, and system6 2019-10-21 23:12:59 -05:00
cli separate into main, cli, and system6 2019-10-21 23:12:59 -05:00
main separate into main, cli, and system6 2019-10-21 23:12:59 -05:00
system6 separate into main, cli, and system6 2019-10-21 23:12:59 -05:00
.gitignore ignore cmake 2019-10-16 18:17:14 -05:00
CMakeLists.txt think I got cmake working fine 2019-10-16 18:32:37 -05:00
README.md add readme 2019-04-16 01:49:55 -05:00
compile.sh think I got cmake working fine 2019-10-16 18:32:37 -05:00
get_opcodes.js port over some instructions from the old code, add instruction table 2019-04-18 17:51:43 -05:00
resources.r add old GUI and resources 2019-04-16 02:24:05 -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