From 4f70a6586688f5624e5cf0b343b30243779fcc4d Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Wed, 3 Nov 2021 09:14:35 +0100 Subject: [PATCH] uw8.ram -> env.memory --- trainride.hw | 2 +- uw8loader.hw | 2 +- warptunnel.hw | 2 +- xorscroll.hw | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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;