initial import
[picodrive.git] / platform / s60 / pico.mmp
diff --git a/platform/s60/pico.mmp b/platform/s60/pico.mmp
new file mode 100644 (file)
index 0000000..0adc444
--- /dev/null
@@ -0,0 +1,24 @@
+// *** Definitions\r
+\r
+TARGET          pico.lib\r
+TARGETTYPE      lib\r
+SOURCEPATH      ..\pico\r
+\r
+source Area.c Cart.c Draw.c  Memory.c Misc.c Pico.c Sek.c Utils.c VideoPort.c Draw2.c ggenie.c\r
+// source Draw2.c\r
+SYSTEMINCLUDE   \epoc32\include \epoc32\include\libc\r
+USERINCLUDE     ..\pico ..\cyclone\r
+\r
+sourcepath ..\pico\sound\r
+source sn76496.c sound.c ym2612.c\r
+#ifdef WINS\r
+MACRO _USE_MZ80\r
+MACRO  EMU_A68K\r
+#else\r
+MACRO  EMU_C68K\r
+MACRO _USE_DRZ80\r
+MACRO _ASM_DRAW_C\r
+MACRO _ASM_MEMORY_C\r
+MACRO _USE_YM2612_ASM_HELPER\r
+#endif\r
+\r