2
0
Fork 0

mouse instance.

This commit is contained in:
Willem Cazander 2024-06-29 04:47:29 +02:00
parent 2a552d2bb7
commit 2e92f2a983
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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))