1
0
mirror of https://github.com/mgcaret/of816.git synced 2025-04-08 14:37:25 +00:00

keep up with GoSXB

This commit is contained in:
mgcaret 2025-02-16 23:10:46 -08:00
parent 9217f40d2d
commit d2131c66b6
4 changed files with 8 additions and 2 deletions

3
.gitignore vendored
View File

@ -21,4 +21,7 @@ ofw/out
platforms/GoSXB/romfs_files/bench
platforms/GoSXB/romfs_files/of.fs
compactflash.img
*.debuginfo
*.symbols
.luarc.json

View File

@ -1,5 +1,5 @@
bus.attach(bus.device("main_ram"), 0, 24)
bus.attach(bus.device("via2", emulator), 0x7FE0, 5)
bus.attach(bus.device("via2"), 0x7FE0, 5)
local srom, srombits = bus.device("rom", "smallrom")
bus.attach(srom, 0x8000, srombits)
local from, frombits = bus.device("rom", "forth")

View File

@ -0,0 +1,3 @@
---@version 5.1
module("unit_test", package.seeall)

View File

@ -5,6 +5,6 @@ toke fcode/romloader.fs
ruby mkromfs.rb romfs fs/*
ca65 -I ../../inc W65C816SXB.s -l W65C816SXB.lst
../../build.sh W65C816SXB
ld65 -vm -C W65C816SXB.l -S 0x8000 W65C816SXB.o ../../forth.o -m forth.map -o forth
ld65 -vm -C W65C816SXB.l -S 0x8000 W65C816SXB.o ../../forth.o -m forth.map -Ln forth.symbols -o forth
ls -l forth