32x: implement VDP fill, improve PWM, division unit and scheduling

Chaotix works but unstable


git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@794 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-09-29 13:38:07 +00:00
parent b2f512cab2
commit 2795a567a8
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ CFLAGS += -O3 -Wall
CFLAGS += -ftracer -fstrength-reduce -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ffast-math
CFLAGS += -fprofile-generate
else
CFLAGS = -ggdb -Wall -falign-functions=2
CFLAGS += -ggdb -Wall -falign-functions=2
endif
DEFINES = _UNZIP_SUPPORT IO_STATS IN_EVDEV
CFLAGS += -I../.. -I.