gb6/src
2022-07-25 23:48:22 -05:00
..
bootstrap.c more build system stuff 2019-10-21 23:49:08 -05:00
bootstrap.h more build system stuff 2019-10-21 23:49:08 -05:00
cpu.c implement shifts 2022-07-25 23:48:22 -05:00
cpu.h interrupt system, vblank, key input, don't know if any of it works 2022-07-20 00:45:38 -05:00
dmg.c add more instructions, fix INC/DEC [HL], first attempt at lcd "mode" timing 2022-07-25 22:55:13 -05:00
dmg.h draw for system 6. it's slow 2022-07-20 22:21:36 -05:00
instructions.c add instruction timings 2022-06-20 19:09:29 -05:00
instructions.h add instruction timings 2022-06-20 19:09:29 -05:00
lcd.c add more instructions, fix INC/DEC [HL], first attempt at lcd "mode" timing 2022-07-25 22:55:13 -05:00
lcd.h add more instructions, fix INC/DEC [HL], first attempt at lcd "mode" timing 2022-07-25 22:55:13 -05:00
rom.c draw for system 6. it's slow 2022-07-20 22:21:36 -05:00
rom.h draw for system 6. it's slow 2022-07-20 22:21:36 -05:00
types.h a few more instructions for today. abstract out conditional jump 2022-07-18 23:35:51 -05:00