Coder Social home page Coder Social logo

Comments (1)

CEnnis91 avatar CEnnis91 commented on July 28, 2024

19XXTE-16MB.zip was made using the following:

diff --git a/19XXCE.asm b/19XXCE.asm
index 850f298..a35b013 100644
--- a/19XXCE.asm
+++ b/19XXCE.asm
@@ -13,7 +13,7 @@ db  "19XXCE 1.6"
 fill 0x34 - origin(), 0x20
 
 // static
-origin  0x01000000
+origin  0x00f60000
 base    0x80380000
 variable start(pc())
 include "src/AI.asm"
@@ -70,5 +70,5 @@ if size > 65536 {
 }
 
 // extend ROM to 32 MBs
-origin  0x1FFFFFF
-db 0x00
+//origin  0x1FFFFFF
+//db 0x00
diff --git a/src/Boot.asm b/src/Boot.asm
index 0d20c1e..ab9c25a 100644
--- a/src/Boot.asm
+++ b/src/Boot.asm
@@ -49,7 +49,7 @@ scope Boot {
         OS.patch_start(0x00001038, 0x80000438)
         jal     Global.dma_copy_        // original line 1
         addiu   a2, r0, 0x0100          // original line 2
-        lui     a0, 0x0100              // load rom address (0x01000000)
+        lui     a0, 0x00f6              // load rom address (0x00f60000)
         lui     a1, 0x8038              // load ram address (0x80380000)
         jal     Global.dma_copy_        // add custom functions
         lui     a2, 0x0001              // load length of 0x10000

from 19xx.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.