MichalPleban / cbm2-cartridge

Cartridge with utilities and extensions for Commodore CBM-II machines
3 stars 1 forks source link

Can't find the binary #1

Open mrdudz opened 3 years ago

mrdudz commented 3 years ago

Hy, i am looking at the cartridge implementations in VICE right now, and would like to put this one into my collection of binaries for testing - but... i cant find a binary anywhere :) Could you point me to it?

Also, i am confused by the info here and the one on your webpage... is this cartridge even running on a plain cbm2 without 8088 card?

MichalPleban commented 3 years ago

Hello!

The binary is in the root of the repository :) https://github.com/MichalPleban/cbm2-cartridge/blob/master/cart.bin

Yes, the cartridge is perfectly usable without the 8088 card (as it actually precedes my 8088 project by almost 10 years). You can use it on a plain CBM2 to get the following functionality:

It also contains the code to bootstrap the 8088 card with Shift+F9 but it works great without it.

BTW, despite the README contents, the latest version must be put at $2000 and not at $6000. This way, if there is another cartridge at $4000 or $6000, it will allow to start it by pressing Shift+F8 (I am using this setup to have both my cartridge and the Space Chase cartridge). I need to find time to update the README :(

Regards, Michal Pleban

Bob Andrews wrote:

Hy, i am looking at the cartridge implementations in VICE right now, and would like to put this one into my collection of binaries for testing - but... i cant find a binary anywhere :) Could you point me to it?

Also, i am confused by the info here and the one on your webpage... is this cartridge even running on a plain cbm2 without 8088 card?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MichalPleban/cbm2-cartridge/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACL4LI4SEUBBDDGRUS4O5BTTNQD3FANCNFSM4425572A.

mrdudz commented 3 years ago

The binary is in the root of the repository :)

damn :=) i was totally thrown off by the link to your website. Thanks :=)