No progress from me.
At the moment I'm waiting for some FLUX images like a five year old waits for Christmas! - so Hapmon isn't even on the horizon
Search found 334 matches
- Thu Mar 30, 2023 6:55 pm
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
ROMs and how they are loaded, with caveats for those which you can patch or mirror. 4K ROMs Load directly to $B000 6K ROMs Tank Attack - 4K to $B000, 2K to $A800 Deep Sea Rescue, Planet Defender, Tennis, TennisD1, TennisD2 - 4K to $B000, 2K to $A000 Note Deep Sea Rescue needs the byte at $B4C8 fixed...
- Thu Mar 30, 2023 1:02 pm
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
Shameless plug
The FLAT images will also work on the MegaSDCart with or without extensions!
The FLAT images will also work on the MegaSDCart with or without extensions!
- Thu Mar 30, 2023 9:06 am
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
OK - update 1 with AutoCRUN and CR added when LOADING PROGRAM.
- Wed Mar 29, 2023 9:39 am
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
Can you please provide a small "how to" get a BASIC Program in the right format / cartridgespace for this awesome design? There is no actual design - more a kind of organic cobbling together :lol: I've attached the DIY manual and tools - but I will probably update the utility part over time, as I'm...
- Tue Mar 28, 2023 11:46 pm
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
Attached is BASIC83B with the entire CVDEMO tape included, in both flat and AB images.
Use CLOAD or CRUN to load from the now free ROM space.
Enjoy!
Use CLOAD or CRUN to load from the now free ROM space.
Enjoy!
- Tue Mar 28, 2023 9:35 pm
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
The ROM is not patched as such, only when it's injected into the image.
- Tue Mar 28, 2023 11:30 am
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
ROM image creator.
Knocked up in lunch break - so let me know if you hit any issues.
I took the executive decision to fix the byte at $7223 for BASIC - saves writing and having a panic attack
Good luck!
Knocked up in lunch break - so let me know if you hit any issues.
I took the executive decision to fix the byte at $7223 for BASIC - saves writing and having a panic attack
Good luck!
- Mon Mar 27, 2023 10:15 pm
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
The ROMs and subsequent images are really straight forward. The Multicart is just a sliding 32K window - hence the 32K images. Each 32K image is arranged as two 16K blocks - ar$e backwards - so high memory first. This gives you, in 4K blocks $8000 $9000 $A000 $B000 $4000 $5000 $6000 $7000 So - take ...
- Mon Mar 27, 2023 7:36 pm
- Forum: Software
- Topic: Cartridge ROM mapping
- Replies: 77
- Views: 37413
Re: Cartridge ROM mapping
The "mirroring" is an artefact of missing address lines, nothing more. The console is just reporting what it sees, as without the required address lines, you'll just wrap to what's actually connected. This is great news as it means folks with any multicart can start thinking of how to practically us...