This website requires JavaScript.
Explore
Help
Sign In
paoda
/
gb
Watch
1
Star
0
Fork
You've already forked gb
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e693ad8a3c
gb
/
src
/
lib.rs
8 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement basic layout of Gameboy Emulator
2020-08-29 23:38:27 +00:00
mod
bus
;
feat: implement ability to boot straigt to cartridge
2020-12-24 01:39:37 +00:00
mod
cartridge
;
feat: implement fetch, decode, execute loop
2020-12-23 09:25:16 +00:00
pub
mod
cpu
;
mod
instruction
;
chore: stub vram, start work on ppu, fix set_register bug
2020-12-24 03:24:27 +00:00
mod
ppu
;
feat: create timer struct and stub 0xff07
2021-01-03 07:21:19 +00:00
mod
timer
;
feat: stub work ram
2021-01-03 06:28:07 +00:00
mod
work_ram
;