UBee512
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "uBee512"
- ## DATE "17.09.2012"
- ## DESCRIPTION
uBee512 emulates all of the Microbee Z80 series of microcomputers, including ROM, Floppy and Hard disk-based models. Up to 2MB of extended memory is supported. The optional on board sn76489 sound IC is also emulated. The display may use SDL or OpenGL video rendering. Z80 PIO emulation includes tape, speaker, RTC, serial to PC RS232, and mouse peripherals. Parallel port peripherals include BeeThoven (AY-3-8910), BeeTalker (SP0256-AL2), Compumuse (SN76489), DAC, printer, and joystick. Many disk image types and floppy disks are supported. A joystick may be optionally mapped to keys. A large number of options are available as well as a built in OSD console.
- ## DESCRIPTION END
- ## APPTYPE "EMULATOR"
- ## DEPENDENCIES "LIB_PowerSDL"
- ## APPAUTHOR "Stewart Kay"
- ## APPWEBPAGE "http://freecode.com/projects/ubee512"
- ## GRUNCHAUTHOR "Guido Mersmann"
- ## URLSERVER "http://morphos-files.net/" "http://files.morphos.pl/"
- ## URLARCHIVE "{URLSERVER}download/{NAME}"
- ## URLREADME "{URLSERVER}version/{NAME}"
- ## ARCHIVESIZE 1391972
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## VERSIONCHECK "{CHECKNAME}"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
{STANDARDCOPY}
GTooltype "{INSTALLDIR}{NAME}/{NAME}" STACK 81920
Echo "VERSION: {VERSION}.{REVISION}.{BUILD}" TO "{CHECKNAME}"
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
- ## UNINSTALL END
- ## ITEM END