Support fx-CG 20 #10

Closed
opened 2020-02-21 08:35:11 +01:00 by Lephenixnoir · 2 comments
Owner

Not a lot to do, mainly moving around addresses.

Reference : [174303].

Not a lot to do, mainly moving around addresses. Reference : [[174303](https://dev.planet-casio.com/Fr/forums/topic16170-last-cgint-jeu-de-plateforme-sans-nom.html#174303)].
Author
Owner

Checklist:

  • Load gint's VBR region according to target of 08100000 found in MMU (easy since the code is already position-independent)
  • Move gint's rram data to the static region or ILRAM if they need to be MMU-independent and get rid of the rram region; this should make gint fully stack-address-agnostic
  • Move VRAM pointers according to detected model (fx-CG 10/20 vs fx-CG 50)
  • Remember to check in emulator in accordance with #8
Checklist: * Load gint's VBR region according to target of 08100000 found in MMU (easy since the code is already position-independent) * Move gint's `rram` data to the static region or ILRAM if they need to be MMU-independent and get rid of the `rram` region; this should make gint fully stack-address-agnostic * Move VRAM pointers according to detected model (fx-CG 10/20 vs fx-CG 50) * Remember to check in emulator in accordance with #8
Lephenixnoir self-assigned this 2020-06-17 16:27:04 +02:00
Author
Owner

Sentaro confirmed everything worked fine (privately) so everything works fine.

Sentaro confirmed everything worked fine (privately) so everything works fine.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Lephenixnoir/gint#10
No description provided.