Project

General

Profile

« Previous | Next » 

Revision 63

Added by markw over 11 years ago

Booting 1 second slower than Atari - not bad given also loading several ROMS from SD - can of course be further improved

View differences:

spi.c
display = i;
}
void spiReceiveData(u08 * from, u08 * to)
{
u32 from32 = (u32)from;
u32 to32 = (u32)to;
u32 val = to32<<16 | from32;
*zpu_spi_dma = val;
}

Also available in: Unified diff