MSX... to design/build it from scratch.

2001-04-09 Thread M. J. Bethlehem
Hi there, I'm new to this list, but not to MSX-es. I do have a question however: Has anyone of you ever tried to design and build an MSX-system entirely from scratch? I'm thinking of it, though I'm not sure about the likeliness of success. I'm sure I'll need other people to help me with that

Re: MSX... to design/build it from scratch.

2001-04-09 Thread M. J. Bethlehem
Thanks a lot. However, I'm afraid I won't be able to visit the fair *looks sad*, due to other obligations. Do they have a web page? Martin. -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Re: fMSX

2001-05-01 Thread M. J. Bethlehem
What you say makes sense. However, does MESS run on UNIX, or is it easily portable to that platform? If not I'll stick to fMSX for my games for a while, and check in upon MESS every now and then. To think of it... I actually saw a reference to MESS on a website once, can't remember which. The

Re: fMSX (was: Re: Open letter to person calling himself Takamichi)

2001-05-01 Thread M. J. Bethlehem
Okay, it seems that I've outsmarted myself again *lol*. You already have the links to the applicable essays in your post. I should read more carefully. My apologies. Besides, I'd be happy to join the development team. Martin. -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

MSX PC card....

2001-05-18 Thread M. J. Bethlehem
I've laid my hands upon a philips ISA MSX card. I borrowed it from a friend. However he no longer has the original DOS software for it. Is there anyone who can help me with that? I'd be very grateful. TIA, Martin Desert Mouse Bethlehem. -- For info, see

Re: MSX Port of Westfront PC: The Trials of Guilder :)

2001-05-22 Thread M. J. Bethlehem
You could write assembly routines and add them to a library. I did this for a quickbasic program once (way back when I still programmed in DOS and QuickBasic) and it sped up screen writes enormously. Mail me if you need a hand. Martin. -- For info, see

RE: Adding ports via slotexander

2001-06-06 Thread M. J. Bethlehem
The Z80 has 65536 I/O addresses, not 256. But just like its bigger cousins, the x86 series from Intel, they are not directly accesible. If I'm not mistaken you have to use the BC register to access ports above 0xff (of course you can also use it for the first 256 ports, but what use would that

RE: Adding ports via slotexander

2001-06-07 Thread M. J. Bethlehem
Cool... And if so, I assume it must also be possible to use all address lines for I/O ports higher than 0xff? -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Projects....

2001-06-07 Thread M. J. Bethlehem
If you want a big project then I've got one for you... I've been thinking about this for years. How about creating a PC ISA card that converts the signals for the PC to those for an MSX cartridge? Then we could play all our games and use our MSX Music Modules etc. on the PC using nothing more

Re: UZIX is dead

2001-07-13 Thread M. J. Bethlehem
I would be interested in helping the development as well, but since I only own 2 MSX1s, I'll have to make do with an MSX2(+) emulator. Also it's been some time since I did any programming on the MSX. I've only been able to run the disk image on fMSX and it works fine and looks good. A

Re: MSX slot interfaced to PC

2001-10-17 Thread M. J. Bethlehem
It think it _should_ be possible. However I'd be much more interested in an interface that allows you to connect a MSX cartridge (ROM or otherwise) to a PC. The most likely candidate for that is a PC card (ISA/PCI) that translates MSX signals to PC compatible signals. Unfortunately my knowledge