Move mem_map under hw

This commit is contained in:
stid 2020-01-19 23:38:20 -08:00
parent 5c1de5b985
commit f56e35cb4e
12 changed files with 11 additions and 11 deletions

View File

@ -138,5 +138,5 @@ module_name:
.byte 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"

View File

@ -187,5 +187,5 @@ type_device:
.text "device"
.byte 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"

View File

@ -1,5 +1,5 @@
#importonce
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"
#import "../core/module.asm"

View File

@ -101,5 +101,5 @@ module_name:
.byte 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"

View File

@ -366,5 +366,5 @@ module_name:
.byte 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"

View File

@ -300,4 +300,4 @@ module_name:
.text "video"
.byte 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"

View File

@ -83,5 +83,5 @@ module_name:
.byte 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"

View File

@ -221,6 +221,6 @@ module_name:
.byte 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"
#import "../devices/video.asm"

View File

@ -203,5 +203,5 @@ module_name:
.text "print"
.byte 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"

View File

@ -1,7 +1,7 @@
.cpu _6502
//BasicUpstart2(Boot.warmStart)
#import "./core/mem_map.asm"
#import "./hardware/mem_map.asm"
* = $8000 "Main"

View File

@ -323,4 +323,4 @@ lineString:
.text "----------------------------------------"
.byte $8e, 0
#import "../core/mem_map.asm"
#import "../hardware/mem_map.asm"