mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
initial import
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@2 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2cadbd5e56
commit
cc68a136aa
341 changed files with 180839 additions and 0 deletions
24
platform/s60/pico.mmp
Normal file
24
platform/s60/pico.mmp
Normal file
|
@ -0,0 +1,24 @@
|
|||
// *** Definitions
|
||||
|
||||
TARGET pico.lib
|
||||
TARGETTYPE lib
|
||||
SOURCEPATH ..\pico
|
||||
|
||||
source Area.c Cart.c Draw.c Memory.c Misc.c Pico.c Sek.c Utils.c VideoPort.c Draw2.c ggenie.c
|
||||
// source Draw2.c
|
||||
SYSTEMINCLUDE \epoc32\include \epoc32\include\libc
|
||||
USERINCLUDE ..\pico ..\cyclone
|
||||
|
||||
sourcepath ..\pico\sound
|
||||
source sn76496.c sound.c ym2612.c
|
||||
#ifdef WINS
|
||||
MACRO _USE_MZ80
|
||||
MACRO EMU_A68K
|
||||
#else
|
||||
MACRO EMU_C68K
|
||||
MACRO _USE_DRZ80
|
||||
MACRO _ASM_DRAW_C
|
||||
MACRO _ASM_MEMORY_C
|
||||
MACRO _USE_YM2612_ASM_HELPER
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue