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
コメント (18)
By mars2000you
Enlighted (6556)
13-01-2015, 23:08
By Vampier
Prophet (2415)
14-01-2015, 21:00
By slowerisbetter
Master (194)
14-01-2015, 22:15
By Grauw
Ascended (10820)
14-01-2015, 23:17
By konamiman
Paragon (1210)
15-01-2015, 10:03
By slowerisbetter
Master (194)
15-01-2015, 10:08
By konamiman
Paragon (1210)
15-01-2015, 10:16
By konamiman
Paragon (1210)
15-01-2015, 10:35
By gdx
Enlighted (6429)
15-01-2015, 14:22
By sd_snatcher
Prophet (3675)
15-01-2015, 21:29
By Manuel
Ascended (19677)
15-01-2015, 22:19
By SLotman
Paragon (1242)
15-01-2015, 23:05
By ~mk~
Champion (340)
16-01-2015, 22:13
By konamiman
Paragon (1210)
16-01-2015, 22:25
By marcos.m.carvajal.1
Expert (85)
20-01-2015, 00:30
By umaiboux
Resident (43)
23-01-2015, 15:42
By konamiman
Paragon (1210)
23-01-2015, 15:49
By djh1697
Paragon (1734)
26-01-2015, 23:40