.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS+= -std=gnu99
.endif
which are no longer needed since "Make gnu99 the default for gcc 3.3.6
and 4.2.1, not gnu89" commit in Oct 2023.
pointed out by tb@
The package now has 2 flavors: "minivmac" continues to emulate the
Macintosh Plus, and "minivmac-ii" does the Macintosh II. You can
install both, if you wish.
from Jag Talon (maintainer)
Few sparc64 machines have a screen attached and they will most likely
be too slow to be a good snes replacement. Use a computer from a recent
decade.
from lucas, fix suggested by sthen
Mini vMac is a Macintosh Plus emulator. Alex Free made the OpenBSD
port in 2020; Jag Talon revived the port.
files/minivmac.png is from ${WRKSRC}/src/ICONAPPW.ico
WWW: https://gryphel.com/c/minivmac/
ok bentley@
Relevant release notes:
General:
- Added a shortcut to change the backdrop color for sprite extraction.
- Fixed QuickSave 0-9 slot shortcuts not working.
- Allow "Address:byte" form for cheat inputs.
- Fixed ZIP files not being closed after patch search.
- Various memmap fixes to allow unofficial mappings.
- Added usage of ImGui to draw things on top of the screen instead of inside.
Gtk:
- Fixed config file location to never put files directly in $HOME and obey
$XDG_CONFIG_HOME.
- Updated translations from JakeSmarter and StanleyKid-22.
From Lucas Gabriel Vuotto (MAINTAINER)
- Make use of system copies of ASIO, RapidJSON, Zstd
- The port does not use the Lua module anymore but still referenced
MODLUA_INCL_DIR which just resulted in it passing -I, remove this
- Fix the PTR64 variable to not be a hardcoded list
- Enable the pcap and tap/tun network backends