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
Commentaires (18)
Par mars2000you
Enlighted (6179)
13-01-2015, 23:08
Par Vampier
Prophet (2392)
14-01-2015, 21:00
Par slowerisbetter
Master (194)
14-01-2015, 22:15
Par Grauw
Ascended (10558)
14-01-2015, 23:17
Par konamiman
Paragon (1172)
15-01-2015, 10:03
Par slowerisbetter
Master (194)
15-01-2015, 10:08
Par konamiman
Paragon (1172)
15-01-2015, 10:16
Par konamiman
Paragon (1172)
15-01-2015, 10:35
Par gdx
Enlighted (5329)
15-01-2015, 14:22
Par sd_snatcher
Prophet (3499)
15-01-2015, 21:29
Par Manuel
Ascended (18697)
15-01-2015, 22:19
Par SLotman
Paragon (1240)
15-01-2015, 23:05
Par ~mk~
Champion (304)
16-01-2015, 22:13
Par konamiman
Paragon (1172)
16-01-2015, 22:25
Par marcos.m.carvajal.1
Expert (83)
20-01-2015, 00:30
Par umaiboux
Resident (43)
23-01-2015, 15:42
Par konamiman
Paragon (1172)
23-01-2015, 15:49
Par djh1697
Paragon (1632)
26-01-2015, 23:40