Skip to content
Snippets Groups Projects

Support for Python

Merged João Magalhães requested to merge joamag/python into master
Compare and Show latest version
9 files
+ 298
100
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 0
1
@@ -4,7 +4,6 @@ from boytacean import GameBoy, CPU_FREQ
CLOCK_COUNT = 100000000
gb = GameBoy(apu_enabled=False, serial_enabled=False)
gb.load()
gb.load_rom("../../res/roms/demo/pocket.gb")
start = time()
cycles = gb.clocks(CLOCK_COUNT)
Loading