Search found 4772 matches

by Mike
Fri Sep 20, 2024 5:06 am
Forum: Programming
Topic: Programming the 1540 / 2031 Floppy
Replies: 23
Views: 4087

Re: Programming the 1540 / 2031 Floppy

MrSterlingBS wrote:I did not ask for a complete code or a routine.
See your post from Jul 11, 2024:
MrSterlingBS wrote:Do you have a fast IEC transfer routine to share?
by Mike
Thu Sep 19, 2024 12:43 am
Forum: Programming
Topic: Assembler for the VIC
Replies: 10
Views: 410

Re: Assembler for the VIC

groepaz wrote:Are the schematics available?
Yes they are. See the project's repository at sourceforge, under files/cartridge and files/adapter.
by Mike
Wed Sep 18, 2024 9:22 am
Forum: Programming
Topic: Assembler for the VIC
Replies: 10
Views: 410

Re: Assembler for the VIC

[...] I would not recommend anything requiring LOAD, POKE, or attaching a VIC rom to start your journey. For the most time, using a symbolic (cross-)assembler surely is preferred over using a monitor, that is a given. However there is the case for using the 'classic' approach, when you are dealing ...
by Mike
Wed Sep 18, 2024 3:11 am
Forum: Programming
Topic: Assembler for the VIC
Replies: 10
Views: 410

Re: Assembler for the VIC

I tried Minimon, which when attached as a BIN file, just crashes the VIC when invoked [...] The *.bin file of MINIMON does not feature a load address, it is explicitly intended to be burned on EPROM using a PC. When you try to attach the file as cartridge in VICE, VICE will use an improper load add...
by Mike
Wed Sep 18, 2024 12:53 am
Forum: Emulation and Cross Development
Topic: Corrupt end of basic program
Replies: 11
Views: 3444

Re: Corrupt end of basic program

Soloman wrote:Couldn't find minimon.
https://sleepingelephant.com/ipw-web/bu ... ds=MINIMON
by Mike
Wed Sep 18, 2024 12:46 am
Forum: Programming
Topic: Programming the 1540 / 2031 Floppy
Replies: 23
Views: 4087

Re: Programming the 1540 / 2031 Floppy

What you dismiss here as "cryptic" or "insulting" answers are answers that tell you to do your homework first. To make things clear: drive code is notoriously difficult to debug. One single programming error, and the drive will simply stop responding, leaving no clue to the progr...
by Mike
Mon Sep 16, 2024 11:21 am
Forum: Programming
Topic: Programming the 1540 / 2031 Floppy
Replies: 23
Views: 4087

Re: Programming the 1540 / 2031 Floppy

srowe wrote:You'll need to read and understand the 6522 datasheet.
+1

... and the schematics of VIC-20 (or C64) and the drives, because of this: https://sleepingelephant.com/ipw-web/bu ... 7&start=51
by Mike
Mon Sep 16, 2024 2:08 am
Forum: Emulation and Cross Development
Topic: Corrupt end of basic program
Replies: 11
Views: 3444

Re: Corrupt end of basic program

It just happened again. Just a program, nothing special, with a blurred end after the listing. You still remain short of providing a reproducible test case, where a program is corrupted without the known usual suspects as cause (i.e. stray POKEs into zeropage or into the tokenized BASIC program tex...
by Mike
Sun Sep 15, 2024 4:26 am
Forum: Games
Topic: WIP: Borg Attack splash screen
Replies: 6
Views: 1392

Re: WIP: Borg Attack splash screen

I am no farther along than where I was last week. Sometimes the color map is right, sometimes the bitmap, but never both at the same time. If you proceed by first loading the original picture file to $1001 - as I laid out in my preceding post - you need to: write the colour RAM from the data locate...
by Mike
Sat Sep 14, 2024 5:00 pm
Forum: General Topics
Topic: Experimental port of File Conductor
Replies: 7
Views: 506

Re: Experimental port of File Conductor

bjonte wrote:
  • [...] Warns before attempting to copy USR files for example.
Normal files with USR type, as an 'alternative' to SEQ type files, or actual drive utility files (loaded by CBM DOS directly into drive RAM and executed there) should not pose any problems. You are concerned about GEOS VLIR files?
by Mike
Sat Sep 14, 2024 7:47 am
Forum: General Topics
Topic: Experimental port of File Conductor
Replies: 7
Views: 506

Re: Experimental port of File Conductor

ral-clan wrote:So what does File Conductor do?
File management on the native platform: here, with a VIC-20 and (preferably two) disc drive(s). Copying files between disks, renaming files, deleting files, sorting the directory, you name it.

See another thread for bjonte's motivation to do his own implementation.
by Mike
Sat Sep 14, 2024 6:38 am
Forum: Games
Topic: Monster Muncher?
Replies: 26
Views: 6972

Re: Monster Muncher?

AndyH wrote:Notice how the wrap around is aligned, it's how he deals with the movement. [...]
FRESSMANN (it's contained in my Unexpanded Games Collection, see the screenshot further down the thread) uses quite the same idea. :)
by Mike
Fri Sep 13, 2024 10:27 am
Forum: General Topics
Topic: Experimental port of File Conductor
Replies: 7
Views: 506

Re: Experimental port of File Conductor

May I suggest you use MG BROWSE to view the instructions? I find the built-in lowercase character set rather difficult to read due to its flattened appearance and lack of line spacing, and those 22 columns/line lead to lots of premature line breaks. MG BROWSE displays any 7-bit ASCII text (which cov...
by Mike
Sat Aug 31, 2024 2:15 pm
Forum: Hardware and Tech
Topic: FE3 respin - SD or micro SD card?
Replies: 8
Views: 1335

Re: FE3 respin - SD or micro SD card?

Y1 should be 32.768 kHz. :)
by Mike
Sat Aug 31, 2024 2:11 pm
Forum: Games
Topic: WIP: Borg Attack splash screen
Replies: 6
Views: 1392

Re: WIP: Borg Attack splash screen

[...] I set for myself is to hold the game solely in the 6.5K space, [...] Fair enough. [...] I wonder why more things weren't written with the 6.5K RAM configuration ... maybe it's likely no one bought the 3K RAM expansion cart(?) The +3K RAM expansion for sure had its share of buyers and users, b...