X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2F32x.c;h=320e6a4e6a2b53e5e84ac9c80dbfbe51bebf6aee;hb=679af8a3f466a2a4a20f58e4181a231fb73e9836;hp=c75e3fe1512ac49a0373f01aabc456e49d424b91;hpb=98da48e4181441545c6a66e622f845ab33b34e5b;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index c75e3fe..320e6a4 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -38,6 +38,7 @@ void Pico32xStartup(void) { elprintf(EL_STATUS|EL_32X, "32X startup"); + // TODO: OOM handling PicoAHW |= PAHW_32X; sh2_init(&msh2, 0); msh2.irq_callback = sh2_irq_cb;