Search found 296 matches

by Editor
Tue May 13, 2025 11:11 pm
Forum: General
Topic: MECB to RCbus bridge
Replies: 2
Views: 39013

Re: MECB to RCbus bridge

djrm wrote: Thu Feb 27, 2025 6:11 pm I'll report back here if I make any more progress.
I somehow missed this Feb post. Did you progress further?

Seems like potentially a great idea for experimenters who have already invested in some RC2014 boards.

Although, I haven't had a close look at the RC bus signals myself.
by Editor
Sat May 10, 2025 1:33 am
Forum: Minimalist Europe Card Bus (MECB)
Topic: [v1.2] MECB V9958 / V9938 VDP RGBS Video Card
Replies: 3
Views: 1816

Re: [v1.2] MECB V9958 / V9938 VDP RGBS Video Card


Awesome - ordered! :-)

Thank you! I'll get onto your order before the next courier run.


LOL, perhaps a Z-80 based MSX clone in the works?

It certainly does add to my motivation to get a Z80 based CPU up and running, finally.

Given that I've done a 6502 CreatiVision re-Creation, I think a ...
by Editor
Thu May 08, 2025 5:38 am
Forum: Minimalist Europe Card Bus (MECB)
Topic: [v1.2] MECB V9958 / V9938 VDP RGBS Video Card
Replies: 3
Views: 1816

[v1.2] MECB V9958 / V9938 VDP RGBS Video Card

Ever since creating my existing TMS9918 / TMS992x VDP Display Card, I've thought that I'd also like to play with the TMS's more capable successors, the V9938 and V9958 VDP's. Also known as the MSX-Video Display Processors.

The V9938 also greatly expands on the TMS9918 families capabilities ...
by Editor
Sun May 04, 2025 2:53 am
Forum: 6502
Topic: Running AIM65 code
Replies: 10
Views: 23118

Re: Running AIM65 code


I was disappointed to see that available address bus inputs to the prototype board included A15-A12 , these are not much use here and A11-A12 would have been more useful. but this had never been a problem before and probably will not be again.

All peripheral boards (including Prototype PLD ...
by Editor
Fri May 02, 2025 9:05 pm
Forum: 6502
Topic: Running AIM65 code
Replies: 10
Views: 23118

Re: Running AIM65 code


The memory map of ROM and RAM now matches the original AIM-65 but the I/O devices are squeezed into a 256 byte MECB I/O space. If I open this out to the full 4k space usd by the original board then I will not have to use amended roms for the system to work.

This is really interesting, and has ...
by Editor
Tue Apr 29, 2025 7:05 pm
Forum: 6502
Topic: CreatiVision Console re-Creation
Replies: 76
Views: 447782

Re: CreatiVision Console re-Creation


I'm interested to know what you did, did you have to use the new timer component?


I just updated all MCC components to "latest".

Then (like you), I removed:

//const struct TMR_INTERFACE *Timer = &TCA0_Interface;


But, instead of creating a Timer0 wrapper / instance, I simply changed to ...
by Editor
Tue Apr 29, 2025 8:14 am
Forum: 6502
Topic: CreatiVision Console re-Creation
Replies: 76
Views: 447782

Re: CreatiVision Console re-Creation


I like the idea of not having to click endlessly in MCC while not being sure if I'm doing the right thing so having a project file is a good option for me.

I think if you can distribute the code which you are happy with which works with the current version then that is as much as you can do,

In ...
by Editor
Tue Apr 29, 2025 2:52 am
Forum: 6502
Topic: CreatiVision Console re-Creation
Replies: 76
Views: 447782

Re: CreatiVision Console re-Creation


I have found that if the version of TCA set in the MCC Content Manager is greater than 6 then compilation needs a different method (as I showed in my first successful build), Version 7 is the latest. I changed this without loosing the contents of main. I think maybe when I upgraded melody that the ...
by Editor
Sun Apr 27, 2025 10:00 pm
Forum: 6502
Topic: CreatiVision Console re-Creation
Replies: 76
Views: 447782

Re: CreatiVision Console re-Creation


Edit, it is now possible to build the keyboard project using the files from Github however ...

Sorry, I just noticed your Edit. Unfortunately I don't get notification of msg edits (only new messages).


When the Generate button is clicked the existing main.c gets overwritten and needs to be ...
by Editor
Sat Apr 26, 2025 9:40 pm
Forum: 6502
Topic: CreatiVision Console re-Creation
Replies: 76
Views: 447782

Re: CreatiVision Console re-Creation


... Edit, it worked. I flashed the chip, removed the extra components. Now I can loginto my tiny PC with the MECB keyboard, yay.
Thanks for the help, David.

Fantastic to hear! My apologies for creating this painful experience!

So, from my side...

I first found a completely clean Windows 10 ...