Search found 72 matches
- Sun Nov 17, 2024 3:21 pm
- Forum: 6502
- Topic: Enhanced BASIC
- Replies: 1
- Views: 1861
Re: Enhanced BASIC
Here is Enhanced Basic together with SBCOS modified to run on the stock MECB 6850 ACIA, it is quite an easy port and I found it able to run in RAM or ROM. The basic is quite complete and has full source available. The monitor isn't half bad either having both assembler and disassembler built in. 65C...
- Wed Nov 13, 2024 10:36 pm
- Forum: Minimalist Europe Card Bus (MECB)
- Topic: [v1.1] MECB 1MB ROM Expansion Card
- Replies: 62
- Views: 58632
Re: [v1.1] MECB 1MB ROM Expansion Card
Apparently the creativision basic uses the VDP RAM to store programs, this is partly responsible for its slow operating speed. I found an interesting discussion here: https://forums.atariage.com/topic/219596-how-powerful-was-the-creativision/ Also because of this, graphic programming is not possible...
- Wed Nov 13, 2024 9:36 pm
- Forum: Minimalist Europe Card Bus (MECB)
- Topic: [v1.1] MECB 1MB ROM Expansion Card
- Replies: 62
- Views: 58632
Re: [v1.1] MECB 1MB ROM Expansion Card
I've forgotten most of the little I learned about mame singe starting with the real MECB, I'm happier with the command line approach. I hadn't realised there was a -cart parameter to load the roms either, I can now play the basic rom using a variation of your sample command, nice. Typing in mame is ...
- Wed Nov 13, 2024 5:11 pm
- Forum: Minimalist Europe Card Bus (MECB)
- Topic: [v1.1] MECB 1MB ROM Expansion Card
- Replies: 62
- Views: 58632
Re: [v1.1] MECB 1MB ROM Expansion Card
Swapping the two parts as suggested by Emil has resulted in Basic-1983 booting. I shall now try and patch the bios to read keys from the UART. Cant wait to get Greg's Creativision keyboard but that will have to wait a bit. https://signpost.djrm.net/images/data/Creativision-Basic-1983.png It didn't w...
- Wed Nov 13, 2024 12:56 am
- Forum: Minimalist Europe Card Bus (MECB)
- Topic: [v1.1] MECB 1MB ROM Expansion Card
- Replies: 62
- Views: 58632
Re: [v1.1] MECB 1MB ROM Expansion Card
Ah well that's back to front compared to how I was trying it, I'll test again in the morning. Thanks for your help. I couldn't get creativision working in mame. Not sure where to put the roms, bios seems to have been found though, strange. David.
- Tue Nov 12, 2024 11:12 pm
- Forum: Introduce Yourself
- Topic: Hi
- Replies: 4
- Views: 117
Re: Hi
Greetings Paul, 6809, 6502, what more could you want. I'm finding the MECB much more satisfying that the other Z80 based retro system I also have. But I'm about to make a bridging adaptor so I can use cards from it on the MECB. I too started my MECB journey after trying to get my old homebrew system...
- Tue Nov 12, 2024 2:28 pm
- Forum: Minimalist Europe Card Bus (MECB)
- Topic: [v1.1] MECB 1MB ROM Expansion Card
- Replies: 62
- Views: 58632
Re: [v1.1] MECB 1MB ROM Expansion Card
Extra supplies of 16v8s arrived this week, i've used them to add creativision mimic versions of the PLDs, this has allowed me to run the sonic invaders rom from the 1M expansion board. so far, so good. The plan is to be able to run the basic rom but I have a couple of problems, 1) the rom is 12k but...
- Mon Nov 11, 2024 9:31 am
- Forum: 6809 / 6309
- Topic: 6809 Angel
- Replies: 30
- Views: 1800
Re: 6809 Angel
Here I have made a sector dump from a USB stick attached to a ch376. the code is adapted from the Alan Cox Fuzix driver. It is compiled with the 6809 CMOC and loaded into ram to run. The bus interface uses no other components besides the 16v8 address decoder on a prototype board. >L >C 1000 ch375 te...
- Fri Nov 01, 2024 8:17 pm
- Forum: 6809 / 6309
- Topic: 6809 Angel
- Replies: 30
- Views: 1800
Re: 6809 Angel
It took longer than expected to get the Micro11 monitor working, there were multiple problems competing with my competence. Simplifying the 16v8 decoding was the solution to the main problem but it was exasperated by a dodgy 28c256 chip. The chip had lost its memory during my testing and is now part...
- Thu Oct 31, 2024 9:56 pm
- Forum: 6809 / 6309
- Topic: 6809 Angel
- Replies: 30
- Views: 1800
Re: 6809 Angel
What I thought should be a simple build to get the 68HC11 working with external rom and ram is causing me problems. Fortunately the bootloader is working and I can see what the symptoms of the trouble, reading from the bus is unreliable, writing could be having difficulty too for all I know. probing...