From 184c23b39914d805c12ff55b7dbe26d017eb7f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Sat, 5 Jan 2019 00:30:18 +0100 Subject: [PATCH] Explicitly enable WDC65C02 mode in vasm. --- examples/Makefile | 2 +- test/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 9df5b82..ad80afd 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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))) diff --git a/test/Makefile b/test/Makefile index 4bd86a3..ed5948b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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