Search found 2441 matches

by nbla000
Wed Apr 05, 2023 2:45 pm
Forum: General Topics
Topic: Mega-Cart external menu ver. 1.0
Replies: 9
Views: 3158

Re: Mega-Cart external menu ver. 1.0

Thanks guys, just to inform that I've updated the External menu to the 1.0b version to fix a No audio problem with Gorf.

Thanks to 6502dude for report.

File attached to the first post.
by nbla000
Sat Oct 29, 2022 12:04 pm
Forum: General Topics
Topic: Mega-Cart external menu ver. 1.0
Replies: 9
Views: 3158

Mega-Cart external menu ver. 1.0

Hi Everytbody, Finally after a lot of work and testing, I am happy to announce that I have released the first version of the external menu for Mega-Cart. It allows using an external drive based on sd2iec firmware to load new/updated items published on new Mega-Cart revision 22. To use it, just follo...
by nbla000
Sat Oct 29, 2022 11:40 am
Forum: Collecting and History
Topic: FE3 Software Collection
Replies: 82
Views: 19011

Re: FE3 Software Collection

PS: I'm releasing a new CBM FileBrowser version (1.7) that supports pi1541 too, it works with Mega-Cart and should work also with FE3 but I've not tested it yet. When do you think this will happen? I would love to get my mega-cart updated! I have one before sort was implemented. Today :wink:
by nbla000
Tue Aug 09, 2022 1:23 am
Forum: Programming
Topic: zippy - yet another serial fastloader
Replies: 19
Views: 3408

Re: zippy - yet another serial fastloader

PS: I have no PAL machines at the moment (they are on recapping phase) but if you need, I will test Zippy+pi1541 on PAL machines when possible. Most of my testing was of the PAL version with a mixture of VICE and my FE3. When you are able a check of pi1541 and PAL would be nice, I forgot to mention...
by nbla000
Mon Aug 08, 2022 4:26 am
Forum: Programming
Topic: zippy - yet another serial fastloader
Replies: 19
Views: 3408

Re: zippy - yet another serial fastloader

I look forward to seeing how your tests work out. My pi is too old so I don't have a pi1541. I've successfully tested the NTSC version with pi1541 (both 1541 and 1581 emulation), I've also compared speed with SJLOAD and JIFFYDOS and they are quite similar, while by using an SD2IEC device, Zippy it'...
by nbla000
Sat Aug 06, 2022 1:55 am
Forum: Programming
Topic: zippy - yet another serial fastloader
Replies: 19
Views: 3408

Re: zippy - yet another serial fastloader

thanks for your explaination, I'm planning to test it in both PAL and NTSC machines, I wish to compare it with SJLOAD and test compatibility with pi1541 (both 1541 and 1581 emulation in JiffyDOS mode)
I will report you results.
by nbla000
Fri Aug 05, 2022 9:13 am
Forum: Programming
Topic: zippy - yet another serial fastloader
Replies: 19
Views: 3408

Re: zippy - yet another serial fastloader

Source, as usual, is also available here https://eden.mose.org.uk/gitweb/?p=zippy.git;a=summary I'm playing a bit with it by compiling from Windows 10 (not makefile), it seems that I'm not able to use these options: OPT_PRINT_ADDR OPT_BANNER dasm zippy.asm -DOPT_SAVE -DOPT_API -DOPT_CART_SA -DOPT_P...
by nbla000
Wed Aug 03, 2022 9:47 am
Forum: Games
Topic: Super Monza Grand Prix
Replies: 24
Views: 5319

Re: Super Monza Grand Prix

what an awesome game!
by nbla000
Wed Aug 03, 2022 9:39 am
Forum: Programming
Topic: zippy - yet another serial fastloader
Replies: 19
Views: 3408

Re: zippy - yet another serial fastloader

Very good work, I will test it.
by nbla000
Wed Aug 03, 2022 9:18 am
Forum: Games
Topic: VIC Crash game
Replies: 10
Views: 1053

Re: VIC Crash game

Another very good Vic-20 porting, thanks for your work.
by nbla000
Fri Jul 15, 2022 2:29 am
Forum: Other Systems
Topic: Sonic on the 64
Replies: 12
Views: 3126

Re: Sonic on the 64

I believe not... "The problem with building an REU is that Commodore put a custom DMA controller chip in there; it's not just a stack of RAM sitting on the expansion port like, for example, the GeoRAM." https://groups.google.com/g/comp.sys.cbm/c/ccTSA7nGlGc?pli=1 I am wondering if somethi...
by nbla000
Fri Jul 15, 2022 1:53 am
Forum: Games
Topic: New Game "Cacorm" by Inufuto
Replies: 3
Views: 824

Re: New Game "Cacorm" by Inufuto

Nice game vaguely inspired by Mr Do Run Run, does Inufuto is a Denial Member? Just for fun, starting from the tap version, I've released a prg version to use it also from a disk drive or SD2IEC device, no SYS command required, just LOAD and RUN. Like the original inufuto tap file, Vic+16k is required.
by nbla000
Fri Jul 15, 2022 1:05 am
Forum: Hardware and Tech
Topic: 6560 FPGA Progress.
Replies: 152
Views: 14165

Re: 6560 FPGA Progress.

I don't know if this old thread may help you.
by nbla000
Thu Jun 16, 2022 9:01 am
Forum: Emulation and Cross Development
Topic: Use VICE 3.6.1 monitor to check a memory location
Replies: 9
Views: 2775

Re: Use VICE 3.6.1 monitor to check a memory location

Watch store $1000 if @default:$1000 == value Watch store $1000 if @cpu:$1000 == value Both methods work fine with Vice 3.6.1, thanks. Anyway I'm curious to know what this command does: Watch store $1000 if $1000 == value The monitor accepts this command but it never stops on $1000 with any value...
by nbla000
Wed Jun 15, 2022 9:59 am
Forum: Emulation and Cross Development
Topic: Use VICE 3.6.1 monitor to check a memory location
Replies: 9
Views: 2775

Re: Use VICE 3.6.1 monitor to check a memory location

By using these 3 commands:

Code: Select all

w store $1000 if A==$80
w store $1000 if X==$80
w store $1000 if Y==$80
I have some "false" stops that I may tolerate but I will not catch INC DEC without a specific command that check a specific value in a memory location...