Search found 1099 matches

by groepaz
Fri Sep 20, 2024 6:19 am
Forum: Programming
Topic: Programming the 1540 / 2031 Floppy
Replies: 23
Views: 4090

Re: Programming the 1540 / 2031 Floppy

Make sure you are optimizing the right thing! I’d start with the multiplication, then rotation, and after that consider any multiprocessing. And don't forget the drawing code - which often is the most time consuming part :) Doing stuff on the drive on the other hand almost never gives a significant...
by groepaz
Thu Sep 19, 2024 5:48 am
Forum: Programming
Topic: Assembler for the VIC
Replies: 10
Views: 411

Re: Assembler for the VIC

Cool, thanks, will have a look
by groepaz
Wed Sep 18, 2024 2:51 pm
Forum: Programming
Topic: Assembler for the VIC
Replies: 10
Views: 411

Re: Assembler for the VIC

Are the schematics available?
by groepaz
Wed Sep 18, 2024 12:25 pm
Forum: Programming
Topic: Assembler for the VIC
Replies: 10
Views: 411

Re: Assembler for the VIC

I would probably either get a physical MINIMON cart or choose a monitor cartridge image that VICE currently supports. That leads to the question whether such dedicated "minimon" cartridge actually exists - or was it written to be used with one of the multipurpose cartridges (or an interna...
by groepaz
Sat Sep 14, 2024 6:19 pm
Forum: Hardware and Tech
Topic: Final Expansion 3 NG
Replies: 33
Views: 2086

Re: Final Expansion 3 NG

CE is not a "certificate" and doesn't cost more than the sticker.
by groepaz
Fri Sep 06, 2024 6:43 pm
Forum: Hardware and Tech
Topic: Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2
Replies: 5
Views: 619

Re: Use it with the VIC?: Enhanced Commodore 64 RS232 Serial Adapter v2

"UP9600" is a c64 specific hack, it uses the serial shift registers of the CIA

everything else should work fine with the VIC20 though
by groepaz
Sat Aug 31, 2024 11:30 am
Forum: Hardware and Tech
Topic: FE3 respin - SD or micro SD card?
Replies: 8
Views: 1335

Re: FE3 respin - SD or micro SD card?

It's much easier to interface with SD cards than with USB (A bit of bitbanging SPI vs an entire USB stack).

I prefer regular SD cards any day for that matter. micro SD is just too fiddly to use. And too easy to misplace and never to be found ever again :)
by groepaz
Thu Aug 08, 2024 4:28 am
Forum: Hardware and Tech
Topic: NTSC VIC-20 to PAL Conversion: Anybody know the electrical equivalent to my index finger???
Replies: 3
Views: 1040

Re: NTSC VIC-20 to PAL Conversion: Anybody know the electrical equivalent to my index finger???

In situations like this, the finger/body acts like a capacitor kindof.

In any case, when color goes off like this, the color carrier frequency is slightly wrong - you'll have to adjust it with one of the pots. Better have measurement equipment for this :)
by groepaz
Sun Jul 28, 2024 7:18 am
Forum: Programming
Topic: HOWTO: screen editor in own programs?
Replies: 7
Views: 1977

Re: HOWTO: screen editor in own programs?

You can just call INPUT and discard the result
by groepaz
Fri Jul 19, 2024 11:21 pm
Forum: Hardware and Tech
Topic: Peak peripherals user port to RS 232 adapter
Replies: 1
Views: 698

Re: Peak peripherals user port to RS 232 adapter

It should be compatible (with all CBM machines that have a userport, if it uses the standard pins)
by groepaz
Thu Jul 18, 2024 4:41 am
Forum: Games
Topic: Boulder Dash Preview
Replies: 24
Views: 11124

Re: Boulder Dash Preview

I think he moved on by now
by groepaz
Sun Jul 14, 2024 10:38 am
Forum: Hardware and Tech
Topic: Floppy drive parallel cable?
Replies: 5
Views: 1593

Re: Floppy drive parallel cable?

No - the parallel drive cable goes from the Userport (Typically 8 port bits plus one or two handshake lines) to one of the VIAs in the drive
by groepaz
Sun Jul 14, 2024 6:21 am
Forum: Hardware and Tech
Topic: Floppy drive parallel cable?
Replies: 5
Views: 1593

Re: Floppy drive parallel cable?

Context: i am currently looking through the userport stuff in VICE, fixing things as i stumble about it, and removing stuff that shouldn't exist (because it can not work). As for VIC20 i noticed that parallel cable is kindof half implemented in the UI (but not in the emulator), so i am wondering if ...
by groepaz
Sat Jul 13, 2024 4:32 pm
Forum: Hardware and Tech
Topic: Floppy drive parallel cable?
Replies: 5
Views: 1593

Floppy drive parallel cable?

... does it exist? Or well rather, is there any VIC20 software supporting it? (i guess a speeddos-like cable could be used with VIC20)
by groepaz
Sat Jul 13, 2024 10:09 am
Forum: Emulation and Cross Development
Topic: Amsterdam Compiler Kit
Replies: 4
Views: 1425

Re: Amsterdam Compiler Kit

The build system seems really weird, it uses LUA???