Thanks.
Search found 27 matches
- 12 Mar 2024 14:37
- Forum: GENERAL DISCUSSIONS
- Topic: Newfangled Discord "server" set up.
- Replies: 8
- Views: 34821
- 11 Mar 2024 01:55
- Forum: GENERAL DISCUSSIONS
- Topic: Newfangled Discord "server" set up.
- Replies: 8
- Views: 34821
Re: Newfangled Discord "server" set up.
The invite has expired.stephen_usher wrote: ↑14 Feb 2024 13:04 Just in case you crazy people want a newfangled chat thingy I've set up a Discord server for you all to join:
https://discord.gg/mXnNM3QN
Other machines have them so why not the Memotech?
- 19 May 2022 16:19
- Forum: GENERAL DISCUSSIONS
- Topic: [MAME] Emulating the MTX
- Replies: 38
- Views: 127671
Re: [MAME] Emulating the MTX
There is little point in emulating the MTX control ROMs, the MTX computer was just an interface to a really complex piece of non-computer hardware, making extensive use of analogue and digital electronics for video frame capture and manipulation. Unless you are going to emulate that, there is no po...
- 19 May 2022 14:15
- Forum: GENERAL DISCUSSIONS
- Topic: [MAME] Emulating the MTX
- Replies: 38
- Views: 127671
Re: [MAME] Emulating the MTX
Ignoring the part page, 10 x 48k + 16k would explain the 496k reported Thanks, makes sense. I think I'm done with this round of MTX improvements, they'll be available in next week's MAME release. I'll probably take a look at the CFX-II in the coming weeks, for the 80 column functionality. There's s...
- 17 May 2022 19:29
- Forum: GENERAL DISCUSSIONS
- Topic: [MAME] Emulating the MTX
- Replies: 38
- Views: 127671
Re: [MAME] Emulating the MTX
Not masses you can do with it, but yes Fuzix will boot to the VDP Interesting to see you have 784K RAM in there, and is reported correctly by Fuzix. What does CFX report on real hardware with 784K? My emulation reports only 32K. If I run with something like 512K then CFX reports the correct amount,...
- 17 May 2022 11:45
- Forum: GENERAL DISCUSSIONS
- Topic: [MAME] Emulating the MTX
- Replies: 38
- Views: 127671
Re: [MAME] Emulating the MTX
In practice. reading an unimplemented port usually returns whatever value was last on the data bus. If the port read is using an IN A,(ADDR) instruction, then that is the second byte of the opcode, i.e. the address of the port to read. There are a few places in the CFX-II ROM which rely upon this b...
- 17 May 2022 00:22
- Forum: GENERAL DISCUSSIONS
- Topic: [MAME] Emulating the MTX
- Replies: 38
- Views: 127671
- 16 May 2022 19:56
- Forum: GENERAL DISCUSSIONS
- Topic: [MAME] Emulating the MTX
- Replies: 38
- Views: 127671
Re: [MAME] Emulating the MTX
I'm trying the Fuzix image that comes with the fork of MEMU, but clearly needs more than a CFX. It seems to be setting up a 6845 on ports 38/39 which is the original 80 column card. Then writes lots to port 60 which is the Parallax Propeller in the CFX-II, so looks like I'll need to emulate this too...
- 16 May 2022 14:23
- Forum: GENERAL DISCUSSIONS
- Topic: [MAME] Emulating the MTX
- Replies: 38
- Views: 127671
Re: [MAME] Emulating the MTX
Finally, I can now play HexTrain using the CFX:
- 14 May 2022 18:54
- Forum: GENERAL DISCUSSIONS
- Topic: [MAME] Emulating the MTX
- Replies: 38
- Views: 127671
Re: [MAME] Emulating the MTX
The write up of the early magrom build is on Dave's site as is the rom source, most of the later changes are discussed on the thread here. However: ... Thanks, was relatively simple to implement. 0009.png What's the situation with the ROMs for the 'Reflex' Video Wall? They're password protected so ...