fonts, buffer aligment, save progress

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@51 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-02-17 22:43:26 +00:00
parent 3294e5d90b
commit 0805b5b478
9 changed files with 331 additions and 121 deletions

View file

@ -11,7 +11,7 @@ dprint = 1
asm_memory = 0 # TODO
asm_render = 1
asm_ym2612 = 1
asm_misc = 1
asm_misc = 0
#profile = 1
#use_musashi = 1
#up = 1
@ -33,7 +33,7 @@ LD = $(CROSS)ld
OBJCOPY = $(CROSS)objcopy
# frontend
OBJS += main.o menu.o gp2x.o usbjoy.o emu.o squidgehack.o asmutils.o cpuctrl.o
OBJS += main.o menu.o fonts.o gp2x.o usbjoy.o emu.o squidgehack.o asmutils.o cpuctrl.o
# 940 core control
OBJS += 940ctl.o
# Pico