]> Shamusworld >> Repos - virtualjaguar/blobdiff - jaguarcore.mak
Preliminary fixes for memory accesses between $200000 and $7FFFFF, proper
[virtualjaguar] / jaguarcore.mak
index dd288950862ca89088ec092f1dfa52224454f86f..16e0b1edaa8baf9494017db42095f30faae5966f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile for Virtual Jaguar core library
 #
-# by James L. Hammons
+# by James Hammons
 #
 # This software is licensed under the GPL v3 or any later version. See the
 # file GPLv3 for details. ;-)
@@ -18,7 +18,7 @@ SDLLIBTYPE := --libs
 
 else ifeq "$(findstring Darwin,$(OSTYPE))" "Darwin"    # Should catch both 'darwin' and 'darwin7.0'
 
-SYSTYPE    := __GCCUNIX__ -D_OSX_
+SYSTYPE    := __GCCUNIX__ -D__THINK_STUPID__
 SDLLIBTYPE := --static-libs
 
 else ifeq "$(findstring Linux,$(OSTYPE))" "Linux"              # Linux
@@ -64,6 +64,11 @@ OBJS := \
        obj/file.o         \
        obj/filedb.o       \
        obj/gpu.o          \
+       obj/jagbios.o      \
+       obj/jagcdbios.o    \
+       obj/jagdevcdbios.o \
+       obj/jagstub1bios.o \
+       obj/jagstub2bios.o \
        obj/jagdasm.o      \
        obj/jaguar.o       \
        obj/jerry.o        \