Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Productions > Unreleased cartridge games to see the light of day?
2009-01-22 16:55
Ghostrider
Administrator

Posts: 43
Unreleased cartridge games to see the light of day?

At the time when software labels started releasing games on cartridge again (around 1990), there were some games that were scheduled for release on cartridge but unfortunately never saw the light of day - only disk/tape versions were released. One of the more well-known of these was Last Ninja 3.

My thought was, with some knowledge of emulator cartridge formats (like .crt) and the right cracking/hacking skills, it should be possible to create a .crt file with a game like Last Ninja 3. Of course you would need to replace the disk/tape-loader by code to read from the cartridge. This way, in emulators, we could play the cartridge versions in something resembling the way they were meant to be. With high-speed loading even at normal C64-accurate cpu-speed.

And you could take it even further than that - releasing other multi-load games on "cartridge" as .crt files. As far as I remember, when the new cartridge wave hit us, Ocean did release a few older games on cartridge that were not originally intended for cartridge.

Does anybody know if any disk-to-crt conversions like that have ever been done? Or have any idea how much memory-restructuring of a game that would take?
 
... 5 posts hidden. Click here to view all posts....
 
2009-01-23 11:36
Moloch

Registered: Jan 2002
Posts: 2897
Recently, a few games written by TMR were released on cartridges.

http://rgcd.co.uk/shop/reviews/kikstart-invasive-cart-project/
2009-01-23 16:04
AlexC

Registered: Jan 2008
Posts: 293
Quote: Why not go one step further and use an existing flash-cart like retro-replay?

emus suck


Because there is no big deal going from CRT to RR code if you have the CRT at first place. Treat CRT just like D64 image - it's just a format to transfer bytes. Don't forget about RR built-in mapper ;)
2009-01-23 16:22
yago

Registered: May 2002
Posts: 332
afaik, crt is some kind of container-format, describing all different kind of cartridges.. so, "going from crt code to rr code" doesnt really make sense

anyway, 2f is probably right, rr is way too small for 90s carts.

2009-01-23 18:08
hollowman

Registered: Dec 2001
Posts: 474
MMC Replay has 512k of ram and 512k of flash rom. But considering the amount of 1541 ultimates sold, I think making REU versions makes more sense, even if there will be initial loading time.
2009-01-29 13:25
Twoflower

Registered: Jan 2002
Posts: 434
Not entirely unrelated - have you guys checked out the development of Adoreware's (www.adoreware.com) new cart, the Extreme Cartridge 2? According to what I could read from the forum, the cartridge now emulates almost all the known C-64 carts.

Ocean, System 3, Dinamic, Domark - all bigger carts with bankswitching seems to work, meaning that it probably emulates the Prophet 64 straight away aswell. This is a quite interesting development, and if this goes into production like the 1541-U did, it might be interesting.

Or just wait until Gideon implements support for a wider range of carts for the 1541-U. :-)
2009-02-03 21:04
AlexC

Registered: Jan 2008
Posts: 293
Quote: afaik, crt is some kind of container-format, describing all different kind of cartridges.. so, "going from crt code to rr code" doesnt really make sense

anyway, 2f is probably right, rr is way too small for 90s carts.



Exactly - as CRT is just a well documented container you can later convert the code to anything you really like or write your own "mapper" to deal with code in CRT file. My point was that you can use MMC Replay to load different crt images (however this functionality is limited).
2009-02-04 16:13
T.M.R
Account closed

Registered: Dec 2001
Posts: 749
From what i understand, HeavyStylus (who runs RGCD and put out three of my games on stock 8K cartridges so far) and his hardware pusher are currently working at getting Ocean-style cartridges fabricated... in fact, i have a terrible memory and they might already have workers but without anything to actually put on 'em...
2009-02-04 18:46
Twoflower

Registered: Jan 2002
Posts: 434
If HeavyStylus actually have managed to clone the Ocean-carts, that's really great. I have also wondered whether he have been manufacturing unique casings for them aswell?

I really adore the dedication of people doing this - I mean, making a prototype cart is one thing. Manufacturing boards and shells / casings is a completely different issue. I really adore the fact that people have taken the time and money do this.
2009-02-18 01:51
Twoflower

Registered: Jan 2002
Posts: 434
Help needed!

Just wanted to add that i've taken on a task to actually produce a cartridge-board able to hold a bigger game - just as mentioned in the thread earlier. I have so far backwards-engineered (= traced down all the lines on, and documented) an Ocean 128k cart modified to use a standard DIP-32 flashrom instead of the NES-standard PRG-rom which it originally used. My intention is to make a development-board and put it into (limited) production. That should enable interested people to produce a cartridge able to hold a game equivalent in size of most of the Ocean games produced on cart (Toki, Pang, Navy Seals, Battle Command, Double Dragon, Batman and Robocop III).

I'd appreciate any comment or any help on this project. I haven't got any reply from Heavy Stylus yet on his project, but from what I could read on Lemon64, the limit of the carts he intend to make would be 64k.

Some facts about the current status:

* A 128K, Ocean-system compatible cart.
* Uses an 27C010/29ee011 rom, a 74LS273 and a 74LS02.
* All components will need to be manually soldered to the board.
* Will fit in the Individual Computers cartridge shells.
* Current total cost of apx. 15-20 euro (with shell).


What I would like it to be able to do:

* Support 256K or 512K eproms (size of all commercially released C-64 carts).
* Changing form-factor of the rom to a AM29F040, PLCC since they are cheap and easily obtainable.
* Adapting it to be able to mimic the System 3 or Domark carts memorymapping by setting or removing bridges.
* Cutting the cost down to make it more affordable.


If any of you could explain how the A17 pin of a 256K eprom needs to be routed in order to map the upper 128K to $A000 (like on the bigger Ocean-carts) I would be very thankful. It's kind of frustrating knowing that the components used is virtually the same in all bigger carts - and that I just lack the knowledge in electronics to implement it. Please help out if you can.

For some examples of what have been achieved on other scenes, please check this out.
2009-02-18 06:11
JackAsser

Registered: Jun 2002
Posts: 1994
"If any of you could explain how the A17 pin of a 256K eprom needs to be routed in order to map the upper 128K to $A000 (like on the bigger Ocean-carts) I would be very thankful. It's kind of frustrating knowing that the components used is virtually the same in all bigger carts - and that I just lack the knowledge in electronics to implement it. Please help out if you can."

Didn't the Data Doktor(tm) answered your mails? If not, I'll whip him!
Previous - 1 | 2 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
kbs/Pht/Lxt
t0m3000/HF^BOOM!^IBX
Fred/Channel 4
JackAsser/Booze Design
Acidchild/Padua
Flavioweb/🇮🇹HF..
JCH/Vibrants
JEZ
Guests online: 112
Top Demos
1 Next Level  (9.8)
2 13:37  (9.7)
3 Mojo  (9.7)
4 Coma Light 13  (9.7)
5 Edge of Disgrace  (9.6)
6 No Bounds  (9.6)
7 Comaland 100%  (9.6)
8 Uncensored  (9.6)
9 Wonderland XIV  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 Layers  (9.6)
2 It's More Fun to Com..  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.6)
6 TRSAC, Gabber & Pebe..  (9.5)
7 Rainbow Connection  (9.5)
8 Dawnfall V1.1  (9.5)
9 Quadrants  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Covert Bitops  (9.4)
2 Nostalgia  (9.4)
3 Oxyron  (9.3)
4 Booze Design  (9.3)
5 Crest  (9.3)
Top Original Suppliers
1 Black Beard  (9.7)
2 Derbyshire Ram  (9.5)
3 hedning  (9.2)
4 Baracuda  (9.1)
5 Jazzcat  (8.6)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.043 sec.