code organisation

This commit is contained in:
Daniel Bauer
2019-12-24 10:07:28 +01:00
parent ec7998278e
commit f0de1c20ca
8 changed files with 11 additions and 15 deletions

4
src/nes.rs Normal file
View File

@@ -0,0 +1,4 @@
#[allow(non_snake_case)]
pub mod cpu;
pub mod bus;
pub mod types;