Search found 1300 matches

by beamrider
Sun Jun 02, 2024 4:29 am
Forum: Hardware and Tech
Topic: Kung Fu Flash - like device?
Replies: 7
Views: 145

Re: Kung Fu Flash - like device?

Well I guess the OP can weigh in on whether it satisfies his requirements. I'd say saving and loading is a large slice of the use-case cake, even if a small part of the kernel API. I have a Kung-Fu flash and even that doesn't work with many programs on the c64 as they invariably use custom loaders. ...
by beamrider
Sun Jun 02, 2024 3:40 am
Forum: Hardware and Tech
Topic: Kung Fu Flash - like device?
Replies: 7
Views: 145

Re: Kung Fu Flash - like device?

Is that a deal breaker?

Seems the device fulfils the requirements of the OP and much more e.g. HDMI support. Even supports your VFLI mode.
by beamrider
Sun Jun 02, 2024 3:10 am
Forum: Hardware and Tech
Topic: Kung Fu Flash - like device?
Replies: 7
Views: 145

Re: Kung Fu Flash - like device?

Take a look at SideKick64

https://github.com/frntc/Sidekick64 (works with the Vic-20 using an adapter).

Here's a good video overview.

https://www.youtube.com/watch?v=cMzPCOoNsoU

Downside it requires a Rasberry Pi but I think it works with a Pi Zero 2 which is only about £15.
by beamrider
Fri May 17, 2024 1:53 am
Forum: Hardware and Tech
Topic: Diagnostics - Cassette Port Bad
Replies: 10
Views: 843

Re: Diagnostics - Cassette Port Bad

If you have access to a scope it would be worth comparing the read/write lines during the diagnostic test.
by beamrider
Thu May 16, 2024 4:54 am
Forum: Hardware and Tech
Topic: Diagnostics - Cassette Port Bad
Replies: 10
Views: 843

Re: Diagnostics - Cassette Port Bad

If it's working, can't be much wrong with it. Check continuity right through to your diag board.

At the risk of being patronising, are you certain you have the connector on the right way around? It isn't keyed and can go on both ways, I've written top on mine :D
by beamrider
Tue May 14, 2024 10:28 am
Forum: Hardware and Tech
Topic: Diagnostics - Cassette Port Bad
Replies: 10
Views: 843

Re: Diagnostics - Cassette Port Bad

Does the cassette actually load and save a game?
by beamrider
Sun May 12, 2024 2:10 pm
Forum: Games
Topic: WIP: Bubble Bobble
Replies: 31
Views: 4137

Re: WIP: Bubble Bobble

@beamrider: There's some idea I cannot get rid of. As those few sprites seemed to spark some interest, perhaps many would be grateful for a web editor to bring on a complete set of sprites and charsets. But to be honest: the VIC Screen Designer's user interface is far too complicated for anyone to ...
by beamrider
Fri Apr 26, 2024 3:15 am
Forum: Games
Topic: WIP: Bubble Bobble
Replies: 31
Views: 4137

Re: WIP: Bubble Bobble

I like the ideas in the BBC version which sounds reasonable. Also the number of monsters could be reduced, such as the platforms, if needed.. Yes, that is what you should be aiming for although the beeb runs at twice the speed of the Vic. If you went for Multicolor mode that helps as your objects m...
by beamrider
Fri Apr 26, 2024 3:09 am
Forum: Games
Topic: WIP: Bubble Bobble
Replies: 31
Views: 4137

Re: WIP: Bubble Bobble

Hi, i think the Commodore VIC20: Software Sprite Stack library is the best address for this. https://www.youtube.com/watch?v=UgynBsgwSyI Yes, I think that would be a good fit, Popeye and Pooyan also both used that (Popeye in heavily modified form to allow 3x2 character sprites). Also, TRSE maybe an...
by beamrider
Wed Apr 24, 2024 4:13 am
Forum: Games
Topic: WIP: Bubble Bobble
Replies: 31
Views: 4137

Re: WIP: Bubble Bobble

Chat GPT says it's possible :D Creating a version of Bubble Bobble for the VIC-20 is an exciting project! The VIC-20 is a classic home computer that runs on the 6502 microprocessor. Developing a game like Bubble Bobble on this platform involves several key aspects: understanding the limitations of t...
by beamrider
Mon Apr 15, 2024 3:46 pm
Forum: Games
Topic: Prince of Persia
Replies: 57
Views: 13327

Re: Prince of Persia

That looks really impressive. I briefly played this on the Amiga and never imagined we'd have a Vic conversion. Congratulations on your achievement.
by beamrider
Thu Mar 28, 2024 2:41 am
Forum: Emulation and Cross Development
Topic: Assembler
Replies: 38
Views: 7763

Re: Assembler

Out of interest and as something I've never really used. What's the benefits of using a monitor rather than just going straight to an assembler and using the VICE monitor.
by beamrider
Tue Mar 26, 2024 6:24 am
Forum: Emulation and Cross Development
Topic: Assembler
Replies: 38
Views: 7763

Re: Assembler

I would suggest separating the problem into two parts..

1) Learning 6502
2) Learning to program the VIc hardware in 6502.

I would use the many web based resources (google 6502 assembler online) for part 1 then you will find part 2 much easier.
by beamrider
Tue Mar 19, 2024 6:07 am
Forum: Emulation and Cross Development
Topic: Using Exomizer
Replies: 13
Views: 2468

Re: Using Exomizer

Attached with Makefile in the ZIP: 32k-loader.zip Assuming that all works since you've attached a make file. In Popeye I had an additional step of copying the bootstrap/relocate code to the cassette buffer as the first step and running everything from there otherwise it overwrote itself when reloca...