mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-01-01 06:23:35 +01:00
hardware: specify gint[HWRAM] = 8 MiB on the CG-50
This commit is contained in:
parent
227c06631b
commit
d8b85a9fab
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void hw_detect(void)
|
||||||
gint[HWCALC] = HWCALC_FXCG_MANAGER;
|
gint[HWCALC] = HWCALC_FXCG_MANAGER;
|
||||||
|
|
||||||
/* Basic memory information */
|
/* Basic memory information */
|
||||||
gint[HWRAM] = (2 << 20);
|
gint[HWRAM] = (gint[HWCALC] == HWCALC_PRIZM) ? (2 << 20) : (8 << 20);
|
||||||
gint[HWROM] = (32 << 20);
|
gint[HWROM] = (32 << 20);
|
||||||
|
|
||||||
/* Mapped memory */
|
/* Mapped memory */
|
||||||
|
|
Loading…
Reference in a new issue