docs updated, gfx_cd works(?)

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@74 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-03-22 19:22:55 +00:00
parent 7789349f9a
commit d9a189437a
4 changed files with 72 additions and 27 deletions

View file

@ -63,10 +63,11 @@ clean: tidy
tidy:
@$(RM) $(OBJS)
@make -C ../../cpu/mz80/ clean
@make -C ../gp2x/helix/ X86=1 clean
PicoDrive : $(OBJS)
PicoDrive : $(OBJS) ../gp2x/helix/helix_mp3_x86.a
@echo $@
@$(GCC) $(COPT) $(OBJS) ../gp2x/helix/helix_mp3_x86.a $(LDFLAGS) -lm -Wl,-Map=PicoDrive.map -o $@
@$(GCC) $(COPT) $^ $(LDFLAGS) -lm -Wl,-Map=PicoDrive.map -o $@
../../cpu/mz80/mz80.o : ../../cpu/mz80/mz80.asm
@ -76,6 +77,9 @@ PicoDrive : $(OBJS)
../../cpu/mz80/mz80.asm :
@make -C ../../cpu/mz80/
../gp2x/helix/helix_mp3_x86.a:
@make -C ../gp2x/helix/ X86=1 clean all
.c.o:
@echo $<
@$(GCC) $(COPT) $(DEFINC) -c $< -o $@

View file

@ -12,8 +12,8 @@
// pico.c
#define CAN_HANDLE_240_LINES 1
//#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)
#define dprintf(x...)
#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)
//#define dprintf(x...)
#endif //PORT_CONFIG_H