Rendering a basic window with pixels

This commit is contained in:
2021-10-26 17:34:59 -05:00
parent 1444e8b63d
commit 886fc3cd4a
8 changed files with 1911 additions and 12 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ pub mod cpu;
pub mod ppu;
pub mod rom;
pub mod bus;
pub mod console;
pub mod emulator;
pub mod render;