Mmoved duplicate mouse interface to TCL.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s

This commit is contained in:
Willem Cazander 2024-06-23 19:41:47 +02:00
parent 9e96b4f90d
commit 83f29be583
2 changed files with 0 additions and 4 deletions

View file

@ -1,3 +0,0 @@
rem Add mouse to openMSX
omsxctl plug joyporta mouse
omsxctl plug

View file

@ -1,6 +1,5 @@
# MSXHUB fetch package files functions # MSXHUB fetch package files functions
define mb_package_emuctl define mb_package_emuctl
$(call mb_copy,$(PATH_MSXBUILD)/lib/emuctl/mouse.bat,$(1))
$(call mb_copy,$(PATH_MSXBUILD)/lib/emuctl/shutdown.bat,$(1)) $(call mb_copy,$(PATH_MSXBUILD)/lib/emuctl/shutdown.bat,$(1))
$(call mb_copy,$(PATH_MSXBUILD)/lib/emuctl/z80.bat,$(1)) $(call mb_copy,$(PATH_MSXBUILD)/lib/emuctl/z80.bat,$(1))
endef endef