Mouse per instance.
This commit is contained in:
parent
09666a622e
commit
4cc1cfabb7
1
Makefile
1
Makefile
|
@ -9,7 +9,6 @@ PATH_BIN := bin
|
||||||
PATH_SRC := src
|
PATH_SRC := src
|
||||||
BUILD_ALL := "Use 'make help' for possible targets."
|
BUILD_ALL := "Use 'make help' for possible targets."
|
||||||
BUILD_HELP := "Use one of the following build targets;"
|
BUILD_HELP := "Use one of the following build targets;"
|
||||||
MB_OPENMSX_JOYPORTA := mouse
|
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
|
@ -20,5 +20,5 @@ $(DIST_RUN_BIN)/dome.000: bin/domelib/dome.000 | $(DIST_RUN_BIN)
|
||||||
cp src/gfx/org/*.zop $(DIST_RUN_BIN);
|
cp src/gfx/org/*.zop $(DIST_RUN_BIN);
|
||||||
|
|
||||||
$(DIST_RUN_NAME): $(DIST_RUN_INC_BIN)
|
$(DIST_RUN_NAME): $(DIST_RUN_INC_BIN)
|
||||||
$(call mb_autoexec_open_gui80,$(DIST_RUN_BIN),init)
|
$(call mb_autoexec_open_gui80_mouse,$(DIST_RUN_BIN),init)
|
||||||
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))
|
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))
|
||||||
|
|
Loading…
Reference in a new issue