Search found 1349 matches

by srowe
Sun Jun 16, 2024 12:29 am
Forum: Hardware and Tech
Topic: Black Screen VIC-20, and more issues.
Replies: 4
Views: 52

Re: Black Screen VIC-20, and more issues.

Sounds like you have things well-in-hand, Joe! (Just curious, have you changed any caps on either board yet?) - OGM While I'm not a fan of gratuitously replacing the caps I've had two boards now that have suffered "delayed booting" because the cap in the reset circuit was defective. Have ...
by srowe
Tue Jun 11, 2024 2:08 pm
Forum: Games
Topic: New Game: Emu's Massive Hunt (WIP)
Replies: 87
Views: 15451

Re: New Game: Emu's Massive Hunt (WIP)

I'm really looking forward to playing this, it looks a real cracker.

I've generated a Final Expansion loader file, if you add this to the .d64 named "LOADER" then it's easy to run it on the FE3, including burning it to flash.

Cheers
Simon
by srowe
Mon Jun 10, 2024 6:10 am
Forum: General Topics
Topic: Options for as original experience as possible?
Replies: 5
Views: 124

Re: Options for as original experience as possible?

I would opt for a newer "CR"-model with the 7-pin DIN-plug for power as then you can use C64-power supplies as well. Having had two C64 PSUs die on me this week I would not recommend a CR model. While the original model does run a bit hot the transformers are bullet-proof. You can always ...
by srowe
Mon Jun 10, 2024 6:05 am
Forum: General Topics
Topic: Options for as original experience as possible?
Replies: 5
Views: 124

Re: Options for as original experience as possible?

The Vic-20 was the first computer I ever owned back when it originally released. I've been looking into getting one recently. However, I've looked on Ebay and the quality of the cases is pretty poor which is understandable for a device that is over 40 years old. I'm also slightly put off by the fac...
by srowe
Sat Jun 08, 2024 2:02 am
Forum: Hardware and Tech
Topic: Paged EEPROM
Replies: 22
Views: 1122

Re: Paged EEPROM

brain wrote: Fri Jun 07, 2024 5:37 pm Are there docs on how FE3 does paging/banking?
There's an appendix in the User Guide I wrote. The code in VICE is also a useful reference.
by srowe
Sat Jun 08, 2024 2:00 am
Forum: Hardware and Tech
Topic: Building a quality PSU
Replies: 6
Views: 3135

Re: Building a quality PSU

I came across this design which replaces the voltage conversion stage in the old wedge-shaped PSUs

https://github.com/timperi/c64-wedge-psu-pcb.git
by srowe
Thu Jun 06, 2024 11:22 am
Forum: Hardware and Tech
Topic: Final Expansion :: 512KB SRAM + 512KB EEPROM + SD Card (2GB)
Replies: 327
Views: 85007

Re: Final Expansion :: 512KB SRAM + 512KB EEPROM + SD Card (2GB)

Thanks for doing this. Is there any chance you can produce an SVF file that is compatible with OpenOCD?
by srowe
Sat Jun 01, 2024 12:44 am
Forum: Hardware and Tech
Topic: Paged EEPROM
Replies: 22
Views: 1122

Re: Paged EEPROM

JonBrawn wrote: Fri May 31, 2024 11:49 pm Are these available pre-built and firmware flashed?
Not that I'm aware of. I keep toying with the idea of building a batch, but I'm the wrong side of the Atlantic for you.
by srowe
Sat Jun 01, 2024 12:16 am
Forum: Hardware and Tech
Topic: Victor Progress
Replies: 4
Views: 366

Re: Victor Progress

Glad to see you back. Will follow with interest.
by srowe
Fri May 31, 2024 11:38 pm
Forum: Hardware and Tech
Topic: Paged EEPROM
Replies: 22
Views: 1122

Re: Paged EEPROM

The Final Expansion 3 card has a super ROM mode that does this.

Edit: I missed you want to bank $A000 and $B000 separately. The FE3 can't do this.
by srowe
Tue May 28, 2024 5:58 am
Forum: Programming
Topic: Using interrupts in cartridge code
Replies: 5
Views: 453

Re: Using interrupts in cartridge code

Can you post your cart setup code?
by srowe
Sun May 19, 2024 9:03 am
Forum: Hardware and Tech
Topic: Audio to expansion port
Replies: 5
Views: 360

Re: Audio to expansion port

Hi. I have a VIC 20 CR board with a bodge wire on the back that appears to connect the audio pin of the VIC chip to pin Y on the expansion port via a 1K resistor. What does this actually do? Are there any cartidges that use this? Do you have a picture? Somewhere I've seen a schematic this this labe...
by srowe
Sat May 18, 2024 3:03 am
Forum: Hardware and Tech
Topic: What can prevent upper/lower case mode?
Replies: 15
Views: 1187

Re: What can prevent upper/lower case mode?

Marsupial wrote: Fri May 17, 2024 6:01 pm One of them does not change from all caps to upper/lower when I hit shift-C=.
I assume you've isolated the keyboard as a cause by trying to switch by software?

Code: Select all

?CHR$(14)
Check continuity on A11 between the character ROM socket and the 74LS245.
by srowe
Sat May 11, 2024 1:21 am
Forum: Emulation and Cross Development
Topic: TUNIX
Replies: 32
Views: 2935

Re: TUNIX

EDIT: If you clone https://github.com/SvenMichaelKlose/tunix.git you must NOT forget to do a "git submodules update --init --recursive" before doing anything else. Or just specify submodules need to be also cloned $ git clone --recurse-submodules https://github.com/SvenMichaelKlose/tunix....