diff --git a/trainride.hw b/trainride.hw index 666e254..f1f9a30 100644 --- a/trainride.hw +++ b/trainride.hw @@ -1,4 +1,4 @@ -import "uw8.ram" memory(2); +import "env.memory" memory(2); export fn tic(time: i32) { let i: i32; diff --git a/uw8loader.hw b/uw8loader.hw index 477ff77..cc8b56b 100644 --- a/uw8loader.hw +++ b/uw8loader.hw @@ -1,4 +1,4 @@ -import "uw8.ram" memory(8); +import "env.memory" memory(8); export fn load_uw8(module_start: i32, module_end: i32, base_start: i32, base_end: i32) -> i32 { if ?module_start == 0 { diff --git a/warptunnel.hw b/warptunnel.hw index 8d9f03a..8c16185 100644 --- a/warptunnel.hw +++ b/warptunnel.hw @@ -1,4 +1,4 @@ -import "uw8.ram" memory(2); +import "env.memory" memory(2); export fn tic(time: i32) { let i: i32; diff --git a/xorscroll.hw b/xorscroll.hw index 725f2df..ac7f9c8 100644 --- a/xorscroll.hw +++ b/xorscroll.hw @@ -1,4 +1,4 @@ -import "uw8.ram" memory(2); +import "env.memory" memory(2); export fn tic(time: i32) { let i: i32;