rom compiler top level

This commit is contained in:
Jacob Walker
2023-03-30 11:30:50 -07:00
parent 2d5199961d
commit 41f0b9a412
8 changed files with 481 additions and 89 deletions
+3
View File
@@ -44,3 +44,6 @@ from .globals import *
# sram_config should be imported before sram
from .sram_config import *
from .sram import *
from .rom_config import *
from .rom import *