waterfoul/lib/waterfoul
2017-03-05 18:26:32 +01:00
..
instructions fix instruction timing 2016-07-26 20:19:26 +10:00
io init commit 2016-05-08 17:20:05 +10:00
mbc initalize MBC ram bank to 0 2016-09-27 21:09:05 +10:00
boot_rom.rb Emulate the boot ROM by chaining it in front of the real cartridge 2017-03-05 18:23:19 +01:00
cartridge.rb Emulate the boot ROM by chaining it in front of the real cartridge 2017-03-05 18:23:19 +01:00
cli.rb fixed the rom filename not being passed correctly to the emulator 2016-05-26 21:09:35 +10:00
cpu.rb Add a method to read directly the memory 2017-03-05 18:23:19 +01:00
emulator.rb Emulate the boot ROM by chaining it in front of the real cartridge 2017-03-05 18:23:19 +01:00
errors.rb init commit 2016-05-08 17:20:05 +10:00
helper.rb renamed GPU to PPU 2016-09-25 17:36:23 +10:00
input.rb implement key controls 2016-09-01 12:01:18 +10:00
interrupt.rb documentation updats 2016-08-19 20:49:36 +10:00
map.rb add map 2016-08-14 15:06:17 +10:00
mmu.rb Avoid allocations in MMU#[] 2017-03-05 18:26:32 +01:00
ppu.rb Add a method to read directly the memory 2017-03-05 18:23:19 +01:00
screen.rb Add FPS in window title 2017-03-05 15:06:47 +01:00
sdl.rb Add FPS in window title 2017-03-05 15:06:47 +01:00
skip_boot.rb removed unused code and more documentation cleanup 2016-09-18 23:14:03 +10:00
timer.rb fixes for IME instructions and time 2016-07-23 23:09:31 +10:00
version.rb init commit 2016-05-08 17:20:05 +10:00