Continue work on RX200 demo. Still a work in progress.

This commit is contained in:
Richard Barry 2011-09-16 14:38:36 +00:00
parent 5441cb959b
commit 93940b4717
9 changed files with 49 additions and 26 deletions

View file

@ -86,7 +86,7 @@ extern void _CLOSEALL(void);
void PowerON_Reset_PC(void)
{
set_intb((unsigned long)__sectop("C$VECT"));
set_intb((void*)__sectop("C$VECT"));
// set_fpsw(FPSW_init);
_INITSCT();