CPCWiki forum

General Category => Applications (CPC and CPC-related) => Topic started by: Grim on 17:56, 10 August 17

Title: CPR Builder Dragon Redux 2017
Post by: Grim on 17:56, 10 August 17
Prologue: I got reminded about a nearly decade old webapp that builds a CPR file out of a bunch of ROM files. It appeared to be bugged (oops). To add insult to injury, it was written in PHP, thus required a remote online server to work at all. It sucked.

So here comes CPR Builder Dragon Redux (http://grimware.org/tools/cpr.html) quickly hacked in vanilla Javascript that (hopefully) works on any decent browser (even offline if you save the HTML file locally).

Disclaimer: Use at your own risk!
Title: Re: CPR Builder Dragon Redux 2017
Post by: andycadley on 21:19, 10 August 17
Nice. I've got a command line utility I think Kev wrote, but that's pretty cool as a more user friendly tool. I guess what we really need now is a hacked firmware ROM that will scan the cart range rather than the standard ROM slots.
Title: Re: CPR Builder Dragon Redux 2017
Post by: dragon on 23:22, 10 August 17
I'm guilty   :D  the old page only made 20roms


I think arnoldemu is working in the 32 ROM detection.
Title: Re: CPR Builder Dragon Redux 2017
Post by: GUNHED on 12:37, 11 August 17
New space for Dragons super cartridges! Horay!!!  :) :) :)
Title: Re: CPR Builder Dragon Redux 2017
Post by: Gryzor on 14:25, 16 August 17
What do you mean, with PHP you need a remote server? Doesn't everyone have a LAMP server on their home PC?


No?


Oh...


Well, great tool. I don't have a need for it, but good to have :)
Title: Re: CPR Builder Dragon Redux 2017
Post by: Skunkfish on 11:00, 21 February 18
I believe Grimware.org is still down?

Is this tool available elsewhere?
Title: Re: CPR Builder Dragon Redux 2017
Post by: The_Mole_UK on 21:14, 16 September 18
Quote from: Grim on 17:56, 10 August 17
Prologue: I got reminded about a nearly decade old webapp that builds a CPR file out of a bunch of ROM files. It appeared to be bugged (oops). To add insult to injury, it was written in PHP, thus required a remote online server to work at all. It sucked.

So here comes CPR Builder Dragon Redux (http://grimware.org/tools/cpr.html) quickly hacked in vanilla Javascript that (hopefully) works on any decent browser (even offline if you save the HTML file locally).

Disclaimer: Use at your own risk!
Like this, but site is down.  Anywhere else please?
Title: Re: CPR Builder Dragon Redux 2017
Post by: roudoudou on 21:17, 16 September 18
Quote from: Skunkfish on 11:00, 21 February 18
I believe Grimware.org is still down?

Is this tool available elsewhere?
Quote from: The_Mole_UK on 21:14, 16 September 18Like this, but site is down.  Anywhere else please?
You may use Rasm to build a CPR :)
buildcpr
bank 0
incbin 'rom1.bin'
bank 1
incbin 'rom2.bin'
...
Title: Re: CPR Builder Dragon Redux 2017
Post by: The_Mole_UK on 21:23, 16 September 18
Quote from: roudoudou on 21:17, 16 September 18
You may use Rasm to build a CPR :)
buildcpr
bank 0
incbin 'rom1.bin'
bank 1
incbin 'rom2.bin'
...

I'll look for that later...

I am unsure how easy I'll find it.  I'd like a tool that takes the standard cartridge, I can specify the slots, add a ROM or three, click make or something.  Anything like that exist?  Windows would be fine even...
Powered by SMFPacks Menu Editor Mod