chore: improve code quality

This commit is contained in:
2021-01-19 01:36:44 -06:00
parent 1da01a318d
commit 68c9557c43
9 changed files with 129 additions and 119 deletions

View File

@@ -5,6 +5,7 @@ mod high_ram;
mod instruction;
mod interrupt;
mod ppu;
mod serial;
mod sound;
mod timer;
mod work_ram;