Search found 242 matches

by Wilson
Mon May 12, 2025 8:43 am
Forum: General Topics
Topic: Future-proofing the forum
Replies: 4
Views: 155

Re: Future-proofing the forum

Jeff came to VCFMW just last September and even brought a new game he made the night before IIRC. I'm confident this community and the Vic-20 are still important to him. I talked to him a bit, and it sounds like he's simply been focused on other things lately. Time can slip away very quickly when li...
by Wilson
Sat May 10, 2025 7:32 am
Forum: Programming
Topic: Re-assembling ROM Disassembly
Replies: 7
Views: 266

Re: Re-assembling ROM Disassembly

edit: Oops, recommended the same disassembly (Lee Davidson's) from the OP :mrgreen:
Read Mike's comment and assumed that was the disassembly in question.

Lee's is a great resource! :) Glad you figured it out.
by Wilson
Mon May 05, 2025 4:39 pm
Forum: Programming
Topic: Reading Colour RAM
Replies: 14
Views: 426

Re: Reading Colour RAM

The color RAM is only 4-bit. What you read on the upper 4 bits will just be garbage on the bus.
You need to AND your read value with $0f to get the actual contents of the memory between $9400-$9800.
by Wilson
Mon Apr 28, 2025 6:14 pm
Forum: Hardware and Tech
Topic: Final Expansion 3 NG
Replies: 73
Views: 22384

Re: Final Expansion 3 NG

Seems good to me, but I found the original documentation sufficient, so I might not be the best judge.
The PCB looks nice!
by Wilson
Sun Apr 20, 2025 2:48 pm
Forum: General Topics
Topic: ** Revision 2025 Invitation / Website
Replies: 13
Views: 2459

Re: ** Revision 2025 Invitation / Website

Looks like a lot of fun! :)
And awesome talk.
by Wilson
Fri Apr 18, 2025 6:51 am
Forum: General Topics
Topic: ** Revision 2025 Invitation / Website
Replies: 13
Views: 2459

Re: ** Revision 2025 Invitation / Website

Have fun, everyone! Looking forward to all the releases!
Thought this might be the year I finally make it, but alas. :(
by Wilson
Tue Apr 15, 2025 6:49 pm
Forum: General Topics
Topic: Is COMPUTE!'s Gazette really being revived ?
Replies: 4
Views: 510

Re: Is COMPUTE!'s Gazette really being revived ?

Maintaining any publication is ambitious- I wish them well.
I can't blame them for diversifying to all retrocomputers; the stream of Commodore news is not exactly on the level of its heyday.
by Wilson
Sun Apr 13, 2025 8:26 am
Forum: Programming
Topic: MONster 6502 full IDE and Debugger on FE3
Replies: 7
Views: 3777

Re: MONster 6502 full IDE and Debugger on FE3

Thanks for that, Orangeman! Will definitely keep it up! :D I've begun adding binaries to the releases (as of writing v0.1.3a is the latest), so the barrier to entry should be low for anyone that wants to play around with it. Just be warned that you will encounter bugs! Just download the monster.bin ...
by Wilson
Fri Apr 11, 2025 8:39 am
Forum: Hardware and Tech
Topic: Max cartridge capacity
Replies: 22
Views: 1241

Re: Max cartridge capacity

then the kernal test the RAM banks and if RAM is expanded it take a lots of seconds.... Cartridges bypass the RAM test though; another reason I feel like the expectation is for them to be super fast booting. Or just pop up a simple text-screen saying "Booting..." and maybe flashing the bo...
by Wilson
Fri Apr 11, 2025 7:30 am
Forum: Hardware and Tech
Topic: Max cartridge capacity
Replies: 22
Views: 1241

Re: Max cartridge capacity

Yes, I use a similar approach for a FE3-based project of mine, and, maybe I’m just self-critical, but 2 seconds feels like a long time for a cartridge, which I would expect to need no load time at all.

I’m willing to believe the average end user does not care all that much. :)
by Wilson
Wed Apr 09, 2025 3:31 pm
Forum: Hardware and Tech
Topic: Max cartridge capacity
Replies: 22
Views: 1241

Re: Max cartridge capacity

IMO when you start talking about +35K configurations, the "load" time sort of kills the cartridge experience. Not sure if it would be feasible to build a solution does the ROM to RAM copy any faster?
by Wilson
Wed Apr 09, 2025 11:23 am
Forum: Programming
Topic: Beta Testers Needed
Replies: 22
Views: 2037

Re: Beta Testers Needed

Respect for the tenacity!
This looks very cool! Would love to play with this as well if the offer is open. :)
by Wilson
Tue Apr 08, 2025 3:01 pm
Forum: Programming
Topic: MONster 6502 full IDE and Debugger on FE3
Replies: 7
Views: 3777

Re: MONster 6502 full IDE and Debugger on FE3

I've done a lot more work on this since the last update. Most notably, the debugger has been almost entirely rewritten. Instead of relying on a combination of software interrupts (BRK) and 1-cycle timer based NMIs, steps are now simply performed by copying the instruction to an execution buffer (in ...
by Wilson
Thu Mar 06, 2025 3:30 pm
Forum: Hardware and Tech
Topic: Final Expansion 3 NG
Replies: 73
Views: 22384

Re: Final Expansion 3 NG

Awesome work, srowe! Very exciting to see! :D
by Wilson
Sat Feb 15, 2025 7:33 am
Forum: Programming
Topic: Moon - hex monitor
Replies: 3
Views: 6427

Re: Moon - hex monitor

I think aeb was quite clear about the limitations of his program :wink: While one can do serious work with a monitor, frankly, even the most powerful one is sort of a toy compared to, say, VICE's debugging tools. But I love them just the same! Always fun to see new ideas. :) Mike's points about wher...