1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-12-04 04:51:27 +00:00

Explicitly enable WDC65C02 mode in vasm.

This commit is contained in:
Radosław Kujawa 2019-01-05 00:30:18 +01:00
parent 2492c75cb2
commit 184c23b399
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ endif
RK6502LIB=../src/librk65c02.a
VASM=vasm6502_std
VASMFLAGS=-Fbin -c02
VASMFLAGS=-Fbin -wdc02
EXAMPLES=min3
EXAMPLES_ROMS:=$(addsuffix .rom,$(basename $(wildcard *.s)))

View File

@ -13,7 +13,7 @@ endif
RK6502LIB=../src/librk65c02.a
VASM=vasm6502_std
VASMFLAGS=-Fbin -c02
VASMFLAGS=-Fbin -wdc02
UTILS=utils.o
TESTS=test_bus test_emulation test_stepping test_assemble test_interrupt test_debug test_device_serial