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


Comments (18)
By mars2000you
Enlighted (5631)
13-01-2015, 23:08
By Vampier
Prophet (2351)
14-01-2015, 21:00
By slowerisbetter
Master (194)
14-01-2015, 22:15
By Grauw
Ascended (9072)
14-01-2015, 23:17
By konamiman
Paragon (1053)
15-01-2015, 10:03
By slowerisbetter
Master (194)
15-01-2015, 10:08
By konamiman
Paragon (1053)
15-01-2015, 10:16
By konamiman
Paragon (1053)
15-01-2015, 10:35
By gdx
Prophet (3507)
15-01-2015, 14:22
By sd_snatcher
Prophet (3270)
15-01-2015, 21:29
By Manuel
Ascended (16644)
15-01-2015, 22:19
By SLotman
Paragon (1218)
15-01-2015, 23:05
By ~mk~
Master (237)
16-01-2015, 22:13
By konamiman
Paragon (1053)
16-01-2015, 22:25
By marcos.m.carvajal.1
Expert (83)
20-01-2015, 00:30
By umaiboux
Resident (43)
23-01-2015, 15:42
By konamiman
Paragon (1053)
23-01-2015, 15:49
By djh1697
Paragon (1458)
26-01-2015, 23:40