There's a new member in the MSX emulators family: NestorMSX. Developed by (you guessed it) Konamiman, it is an extremely simple and barebones emulator.
NestorMSX emulates a MSX1 with 64K RAM, but in text mode only (SCREEN 0 and SCREEN 1 without sprites) and without support for sound, cassette interface, joystick or printer ports, or any other kind of hardware. Clearly, with all these limitations it is not intended to be a general purpose emulator; it is rather a demonstration of how to use the Z80.NET library to create computer emulators.
Nevertheless, it has a couple of unique features not seen before in other emulators (see comments): direct access to the host filesystem (so you can do SAVE "c:\users\myself\My Documents\My wonderful program.bas"
from the BASIC interpreter, for example), and Copy/Paste support (so you can get a text hardcopy of the screen, and paste text in the emulated MSX keyboard buffer). So it can be marginally useful to play around with MSX-BASIC (in MSX1 and in text mode only, remember!)
If you want to try it out, all you need is a machine with the .NET Framework 4 installed. If you just want to take a look at the source code, you can download the Mercurial repository from BitBucket or just browse the project site.
Relevant link: NestorMSX download
Relevant link: NestorMSX README file
Reacties (18)
Van mars2000you
Enlighted (6442)
13-01-2015, 23:08
Van Vampier
Prophet (2409)
14-01-2015, 21:00
Van slowerisbetter
Master (194)
14-01-2015, 22:15
Van Grauw
Ascended (10716)
14-01-2015, 23:17
Van konamiman
Paragon (1194)
15-01-2015, 10:03
Van slowerisbetter
Master (194)
15-01-2015, 10:08
Van konamiman
Paragon (1194)
15-01-2015, 10:16
Van konamiman
Paragon (1194)
15-01-2015, 10:35
Van gdx
Enlighted (6116)
15-01-2015, 14:22
Van sd_snatcher
Prophet (3646)
15-01-2015, 21:29
Van Manuel
Ascended (19320)
15-01-2015, 22:19
Van SLotman
Paragon (1242)
15-01-2015, 23:05
Van ~mk~
Champion (323)
16-01-2015, 22:13
Van konamiman
Paragon (1194)
16-01-2015, 22:25
Van marcos.m.carvajal.1
Expert (84)
20-01-2015, 00:30
Van umaiboux
Resident (43)
23-01-2015, 15:42
Van konamiman
Paragon (1194)
23-01-2015, 15:49
Van djh1697
Paragon (1696)
26-01-2015, 23:40