• R/O
  • SSH
  • HTTPS

oricsdk: Commit


Commit MetaInfo

Revision1097 (tree)
Time2014-02-01 18:11:46
Authordbug

Log Message

Oric 1.1 ROM disassembled with Regenerator 1.3 http://csdb.dk/release/index.php?id=118900
Slightly modified to assemble cleanly with XA (did a binary compare with the original ROM and it matches 100%)

Change Summary

Incremental Difference

--- users/dbug/rom_test/osdk_build.bat (nonexistent)
+++ users/dbug/rom_test/osdk_build.bat (revision 1097)
@@ -0,0 +1,15 @@
1+::@ECHO OFF
2+
3+ECHO.
4+ECHO Assembling bootsectors
5+%osdk%\bin\xa basic11b.tas -o basic11b.o
6+IF ERRORLEVEL 1 GOTO Error
7+
8+goto End
9+
10+:Error
11+ECHO.
12+ECHO An Error has happened. Build stopped
13+
14+:End
15+pause
Show on old repository browser