mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-25 15:32:59 +00:00
Add minimal S16 test app. Configure SetStart in the emulator to automatically run on emu boot
This commit is contained in:
parent
67df149f2b
commit
b3cd693af7
245
macros/EDS.GSOS.MACS.S
Normal file
245
macros/EDS.GSOS.MACS.S
Normal file
@ -0,0 +1,245 @@
|
|||||||
|
**************************************************
|
||||||
|
*
|
||||||
|
* GS/OS Macros
|
||||||
|
*
|
||||||
|
* by Eric Shepherd
|
||||||
|
* Public domain -- distribute freely.
|
||||||
|
*
|
||||||
|
* Last updated: May 2, 2015
|
||||||
|
*
|
||||||
|
*=================================================
|
||||||
|
* NOTE: If you find any errors, bugs, or anything
|
||||||
|
* missing, PLEASE contact me and point out
|
||||||
|
* the error:
|
||||||
|
*
|
||||||
|
* Email: sheppy@sheppyware.net
|
||||||
|
* Web: http://www.sheppyware.net/
|
||||||
|
*
|
||||||
|
**************************************************
|
||||||
|
|
||||||
|
|
||||||
|
_AddNotifyProcGS mac
|
||||||
|
CallGSOS $2034;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_BeginSessionGS mac
|
||||||
|
CallGSOS $201D;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_BindIntGS mac
|
||||||
|
CallGSOS $2031;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_ChangePathGS mac
|
||||||
|
CallGSOS $2004;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_ClearBackupBitGS mac
|
||||||
|
CallGSOS $200B;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_CloseGS mac
|
||||||
|
CallGSOS $2014;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_CreateGS mac
|
||||||
|
CallGSOS $2001;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_DControlGS mac
|
||||||
|
CallGSOS $202E;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_DelNotifyProcGS mac
|
||||||
|
CallGSOS $2035;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_DestroyGS mac
|
||||||
|
CallGSOS $2002;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_DInfoGS mac
|
||||||
|
CallGSOS $202C;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_DReadGS mac
|
||||||
|
CallGSOS $202F;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_DRenameGS mac
|
||||||
|
CallGSOS $2036;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_DStatusGS mac
|
||||||
|
CallGSOS $202D;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_DWriteGS mac
|
||||||
|
CallGSOS $2030;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_EndSessionGS mac
|
||||||
|
CallGSOS $201E;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_EraseDiskGS mac
|
||||||
|
CallGSOS $2025;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_ExpandPathGS mac
|
||||||
|
CallGSOS $200E;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_FlushGS mac
|
||||||
|
CallGSOS $2015;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_FormatGS mac
|
||||||
|
CallGSOS $2024;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_FSTSpecificGS mac
|
||||||
|
CallGSOS $2033;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetBootVolGS mac
|
||||||
|
CallGSOS $2028;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetDevNumberGS mac
|
||||||
|
CallGSOS $2020;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetDirEntryGS mac
|
||||||
|
CallGSOS $201C;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetEOFGS mac
|
||||||
|
CallGSOS $2019;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetFileInfoGS mac
|
||||||
|
CallGSOS $2006;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetFSTInfoGS mac
|
||||||
|
CallGSOS $202B;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetLevelGS mac
|
||||||
|
CallGSOS $201B;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetMarkGS mac
|
||||||
|
CallGSOS $2017;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetNameGS mac
|
||||||
|
CallGSOS $2027;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetPrefixGS mac
|
||||||
|
CallGSOS $200A;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetRefInfoGS mac
|
||||||
|
CallGSOS $2039;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetRefNumGS mac
|
||||||
|
CallGSOS $2038;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetStdRefNumGS mac
|
||||||
|
CallGSOS $2037;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetSysPrefsGS mac
|
||||||
|
CallGSOS $200F;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_GetVersionGS mac
|
||||||
|
CallGSOS $202A;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_JudgeNameGS mac
|
||||||
|
CallGSOS $2007;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_NewLineGS mac
|
||||||
|
CallGSOS $2011;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_NullGS mac
|
||||||
|
CallGSOS $200D;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_OpenGS mac
|
||||||
|
CallGSOS $2010;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_OSShutDownGS mac
|
||||||
|
CallGSOS $2003;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_QuitGS mac
|
||||||
|
CallGSOS $2029;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_ReadGS mac
|
||||||
|
CallGSOS $2012;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_ResetCacheGS mac
|
||||||
|
CallGSOS $2026;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_SessionStatusGS mac
|
||||||
|
CallGSOS $201F;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_SetEOFGS mac
|
||||||
|
CallGSOS $2018;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_SetFileInfoGS mac
|
||||||
|
CallGSOS $2005;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_SetLevelGS mac
|
||||||
|
CallGSOS $201A;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_SetMarkGS mac
|
||||||
|
CallGSOS $2016;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_SetPrefixGS mac
|
||||||
|
CallGSOS $2009;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_SetStdRefNumGS mac
|
||||||
|
CallGSOS $203A;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_SetSysPrefsGS mac
|
||||||
|
CallGSOS $200C;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_UnbindIntGS mac
|
||||||
|
CallGSOS $2032;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_VolumeGS mac
|
||||||
|
CallGSOS $2008;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
_WriteGS mac
|
||||||
|
CallGSOS $2013;]1
|
||||||
|
<<<
|
||||||
|
|
||||||
|
CallGSOS mac
|
||||||
|
jsl $E100A8
|
||||||
|
dw ]1
|
||||||
|
adrl ]2
|
||||||
|
<<<
|
11
package.json
11
package.json
@ -5,13 +5,16 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"config": {
|
"config": {
|
||||||
"merlin32": "C:\\Programs\\IIgsXDev\\bin\\Merlin32.exe",
|
"merlin32": "C:\\Programs\\IIgsXDev\\bin\\Merlin32.exe",
|
||||||
"cadius": "C:\\Programs\\IIgsXDev\\bin\\Cadius.exe"
|
"cadius": "C:\\Programs\\IIgsXDev\\bin\\Cadius.exe",
|
||||||
|
"gsport": "C:\\Programs\\gsport\\gsport_0.31\\GSPort.exe"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "npm run build:test && npm run build:test:copy && %npm_package_config_gsport%",
|
||||||
|
"build:test": "%npm_package_config_merlin32% -V macros test/App.s",
|
||||||
|
"build:test:copy": "%npm_package_config_cadius% ADDFILE emu\\Target.2mg /GTEDEV test/GTETestApp",
|
||||||
"build": "npm run build:tool && npm run build:copy",
|
"build": "npm run build:tool && npm run build:copy",
|
||||||
"build:copy": "%npm_package_config_cadius% ADDFILE emu\\Target.2mg /GTEDEV/GTETool src\\GTETool",
|
"build:copy": "%npm_package_config_cadius% ADDFILE emu\\Target.2mg /GTEDEV src\\GTETool",
|
||||||
"build:tool": "%npm_package_config_merlin32% -V macros src/Tool.s",
|
"build:tool": "%npm_package_config_merlin32% -V C:\\Programs\\BrutalDeluxe\\Merlin32\\Library src\\Tool.s",
|
||||||
"build:watch": "watch \"npm run build\" src"
|
"build:watch": "watch \"npm run build\" src"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
6
test/App.Main.s
Normal file
6
test/App.Main.s
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
USE EDS.GSOS.MACS
|
||||||
|
|
||||||
|
_QuitGS qtRec
|
||||||
|
|
||||||
|
qtRec DW 0
|
||||||
|
|
13
test/App.s
Normal file
13
test/App.s
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
*-------------------------------------*
|
||||||
|
* GTE Tool *
|
||||||
|
*-------------------------------------*
|
||||||
|
DSK GTETestApp
|
||||||
|
TYP $B3 ; S16 file
|
||||||
|
XPL
|
||||||
|
|
||||||
|
*-------------------------------------*
|
||||||
|
* Segment #1 *
|
||||||
|
*-------------------------------------*
|
||||||
|
|
||||||
|
ASM App.Main.s
|
||||||
|
SNA Main
|
Loading…
Reference in New Issue
Block a user