| |
TWW
Registered: Jul 2009 Posts: 545 |
Save-feature on the Easy Flash
According to what I have (superficially) have read, the EasyFlash allows you to save data on the fly to the cartridge. I don't know of any other HW which allows this.
I was wondering if this could have been used as a "save game" functionality or is this a bad idea?
Reason I ask is due to a crack project I'm working on (for ages) which is made for the "C64 Game System Cartridge" and I was wondering if I could get rid of the need for any disk IO by porting it to EasyFlash. |
|
... 17 posts hidden. Click here to view all posts.... |
| |
Count Zero
Registered: Jan 2003 Posts: 1932 |
Indeed, 64kb to erase as minimum. When working somewhat incremental you can always add to those 64kb as a large save bank and only need to erase and re-save whenever the 64kb block is full.
Given that one is using a complete 64kb bank as save bank that is. |
| |
enthusi
Registered: May 2004 Posts: 677 |
Yeah, that is sort of the weak spot.
Also they need to be in one chip (obviously), so not spread across high and low. |
| |
Majikeyric
Registered: Sep 2002 Posts: 83 |
Thanks for your explanations, incremental writes seem a good idea, I gonna implement that! :) |
| |
Mr. SID
Registered: Jan 2003 Posts: 424 |
FWIW, Prince of Persia uses a single 8KB bank for saving (each save data is 3 bytes, iirc), so it just adds the saves incrementally until the bank is full, it doesn't erase data at all. |
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
Ultima IV Remastered uses a pair of 64 kB banks that it alternates between:
https://raw.githubusercontent.com/MagerValp/u4remastered/master..
https://github.com/MagerValp/u4remastered/blob/master/src/efloa.. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: FWIW, Prince of Persia uses a single 8KB bank for saving (each save data is 3 bytes, iirc), so it just adds the saves incrementally until the bank is full, it doesn't erase data at all.
Wow, was 3 bytes enough to hold player location, life, weapon, which enemy is dead etc? Or do you just save general progress (max health, level etc) and reset level state completely on load? |
| |
TWW
Registered: Jul 2009 Posts: 545 |
DOes someone has the latest binary files for the EAPI? I found the source but figured if someone has the binary I'd save the trouble to convert it / assemble it with an assembler I don't have installed. |
| |
Knight Rider
Registered: Mar 2005 Posts: 131 |
I have it on my phone. I will create a release and upload
EasyFlash eAPI |
| |
TWW
Registered: Jul 2009 Posts: 545 |
Smashing! thanks. |
| |
iAN CooG
Registered: May 2002 Posts: 3193 |
Quote: I have it on my phone. I will create a release and upload
EasyFlash eAPI
add something more on that entry. as it is doesn't make any sense.
EDIT: Ok, no response was given, entry deleted. It's probably part of a commercial product so doesn't belong here.
Don't use CSDb as a download site for passing non-scene files to others. |
Previous - 1 | 2 | 3 - Next |