From 2e92f2a983639d55cb37405599b1386721be6f19 Mon Sep 17 00:00:00 2001 From: Willem Date: Sat, 29 Jun 2024 04:47:29 +0200 Subject: [PATCH] mouse instance. --- Makefile | 1 - src/dist-run/0module.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6474610..2e0b50e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ PATH_SRC := src BUILD_ALL := "Use 'make help' for possible targets." BUILD_HELP := "Use one of the following build targets;" MB_OPENMSX_EXTS += -ext video9000 -MB_OPENMSX_JOYPORTA := mouse .SUFFIXES: .PHONY: all diff --git a/src/dist-run/0module.mk b/src/dist-run/0module.mk index c0c0680..4df0223 100644 --- a/src/dist-run/0module.mk +++ b/src/dist-run/0module.mk @@ -13,5 +13,5 @@ $(DIST_RUN_DEP): $(DIST_RUN_DEP_TAR) | $(DIST_RUN_BIN) $(call mb_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN)) $(DIST_RUN_NAME): $(DIST_RUN_DEP) - $(call mb_autoexec_open_gui80,$(DIST_RUN_BIN),tara) + $(call mb_autoexec_open_gui80_mouse,$(DIST_RUN_BIN),tara) $(call mb_openmsx_dosctl,$(DIST_RUN_BIN))