diff options
| author | Michael Pavone <pavone@retrodev.com> | 2015-11-13 19:15:37 -0800 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2015-11-13 19:15:37 -0800 |
| commit | 802454482c2843234a19a06f6acce360e0be3d60 (patch) | |
| tree | 5b64111a903c93c75789390121965c055da45dd9 /Makefile | |
| parent | 3834192b16663bb4bf5098df5b7a053e9c9dd086 (diff) | |
It is now possible to switch back and forth between the menu ROM and the game
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ ifndef CPU CPU:=$(shell uname -m) endif -TRANSOBJS=gen.o backend.o $(MEM) +TRANSOBJS=gen.o backend.o $(MEM) arena.o M68KOBJS=68kinst.o m68k_core.o ifeq ($(CPU),x86_64) M68KOBJS+= m68k_core_x86.o |
