This external CPU make me always dream if it possible to put my favorite CPU the 65816 on an expansion.
Cartridge ROM mapping
Re: Cartridge ROM mapping
Well you can run a Z80 (colecovision converter) so I assume you can run any cpu
Re: Cartridge ROM mapping
Gday @username@, I've converted most of the Basic programs to cart but a few are behaving oddly. They go into a continuous scroll mode as if a button is held down. If I don't enable autocrun and manually type CRUN and CR they work okay. Also some of the multi load games like Grand Fathers Gold use 'CRUN,N' commands which don't work with the patched CRUN. I've changed them to CRUN only but this gives strange results to the display.@username@ wrote: ↑Thu Mar 30, 2023 9:06 amOK - update 1 with AutoCRUN and CR added when LOADING PROGRAM.
Could the patched CRUN be trying to display the listing? Should the AutoCRUN behave like CRUN,N?
Any advice would be greatly appreciated.
(examples attached)
You do not have the required permissions to view the files attached to this post.
- @username@
- Posts: 335
- Joined: Tue Oct 22, 2013 6:59 pm
- Location: Scotland
Re: Cartridge ROM mapping
Here's an update!
Quick fix is to remove the LOADING PROGRAM and mark EOI for games like Bowling.
Unfortunately I am working away from home for next month or two - so can only investigate on weekends.
Cheers!
Quick fix is to remove the LOADING PROGRAM and mark EOI for games like Bowling.
Unfortunately I am working away from home for next month or two - so can only investigate on weekends.
Cheers!
You do not have the required permissions to view the files attached to this post.
Re: Cartridge ROM mapping
Well I must say I'm disappointed that you prioritise earning a living over bug testing an obscure game console from the 80's@username@ wrote: ↑Sat May 06, 2023 10:47 amHere's an update!
Quick fix is to remove the LOADING PROGRAM and mark EOI for games like Bowling.
Unfortunately I am working away from home for next month or two - so can only investigate on weekends.
Cheers!
Thanks again for this awesome update, Grandfathers Gold is now working okay too.
Still have a weird issue with Factory Flareup. It starts okay but then the graphics get corrupted once a trolley is dumped. Also couldn't convert ff3.bas to cas as it would stall at line 5790. Had to extract fflare3.cas from from fflare.cas. So something odd happening between fflare2 and fflare3
No a big deal since this is the only one not working now!
Cheers
You do not have the required permissions to view the files attached to this post.
- @username@
- Posts: 335
- Joined: Tue Oct 22, 2013 6:59 pm
- Location: Scotland
Re: Cartridge ROM mapping
Here's a new simplified utility, it just needs ASCII BASIC listings.
Enjoy.
Enjoy.
You do not have the required permissions to view the files attached to this post.
Re: Cartridge ROM mapping
Another awsome update! This utilility makes it so easy to add programs.I like the way it can span the memory in the middle of the 32k area so the 20k of free memory can be used as one continuos section. I can now get over 30 basic games into 8 32k blocks.
Still a few odd things though.
Factory Flare up works fine too (but needs the CHAR character for LF replaced at line 5780)
Had to remove line 1250 from 'Letter Guesser.bas' to get it to work (very strange as its basically the same program as 'Number Guesser' which works okay')
'Kapooka' ran out of space so had to remove some REM statment lines to get it to work.
Also doesnt seem to like more than 6 slots.
Thanks again.
Still a few odd things though.
Factory Flare up works fine too (but needs the CHAR character for LF replaced at line 5780)
Had to remove line 1250 from 'Letter Guesser.bas' to get it to work (very strange as its basically the same program as 'Number Guesser' which works okay')
'Kapooka' ran out of space so had to remove some REM statment lines to get it to work.
Also doesnt seem to like more than 6 slots.
Thanks again.
- @username@
- Posts: 335
- Joined: Tue Oct 22, 2013 6:59 pm
- Location: Scotland
Re: Cartridge ROM mapping
Quick update to abrom to include linear loading for the latest batch of homebrew on MultiCart.
You do not have the required permissions to view the files attached to this post.