mirror of
https://github.com/garrettsworkshop/GWRAM.SYSTEM.git
synced 2025-10-24 11:50:48 -07:00
Reset capacity mask to 0x7F when erasing UFM
This commit is contained in:
Binary file not shown.
BIN
bin/RAM2Eutil.po
BIN
bin/RAM2Eutil.po
Binary file not shown.
3
ram2e.c
3
ram2e.c
@@ -351,7 +351,8 @@ int main(void)
|
||||
gotoxy(1, 9);
|
||||
cputs("Do not turn off your Apple.");
|
||||
|
||||
ufm_erase(); // Reset RAM2E settings
|
||||
ufm_erase(); // Erase RAM2E settings memory
|
||||
set_mask_temp(0x7F); // Set mask to default (0x7F)
|
||||
|
||||
// Wait for >= 500ms on even the fastest systems.
|
||||
spin(32, 8);
|
||||
|
||||
Reference in New Issue
Block a user