1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-26 20:01:48 +00:00

[TG68K] Some bitfield tests

This commit is contained in:
Till Harbaum
2016-01-03 10:48:03 +01:00
parent 42db8cbb88
commit 2f6b59ec64

View File

@@ -4,7 +4,7 @@ M68K_RUN = m68k_run
SRCS = TG68K_ALU.vhd TG68K_Pack.vhd TG68KdotC_Kernel.vhd $(TG68K_RUN).vhd mem_if.vhd
OBJS = $(SRCS:.vhd=.o) mem_if_c.o mem.o
GHW = $(TG68K_RUN).ghw
TOOLS=../../../tools
TOOLS=../../tools
ZIP = tg68k_run.zip
PATCH = tg68k.patch
M68K_RUN_OBJS = $(M68K_RUN).o mem.o m68kcpu.o m68kops.o m68kopnz.o m68kopac.o m68kopdm.o