Search found 211 matches

by buzbard
Fri Nov 13, 2015 11:07 am
Forum: Hardware and Tech
Topic: UltiMem
Replies: 201
Views: 38443

Re: UltiMem

brain wrote:Marko has been patching VICE to support the cart, so folks can be thinking about menu apps and such.

Jim
Will this show up in the nightly build of Vice?
I haven't seen it yet.
by buzbard
Fri Jun 19, 2015 9:54 am
Forum: Hardware and Tech
Topic: Vic20 and MegaCart Issue
Replies: 6
Views: 1074

Re: Vic20 and MegaCart Issue

I think I would try dumping the roms and comparing them to known good roms before going to the trouble of replacing them. Here's a BASIC program that'll dump them for you, it takes a while so be patient. :) 1 n$="char":p=128:s=16:gosub6 2 n$="basic":p=192:s=32:gosub6 3 n$="k...
by buzbard
Wed May 06, 2015 8:20 am
Forum: Emulation and Cross Development
Topic: Attach 16k Cartridge @ $6000
Replies: 3
Views: 1970

Re: Attach 16k Cartridge @ $6000

If it's a raw *.bin file (i.e., without load address), I'd expect such a 16K file to be attached to BLK3 and BLK5. That's quite a common case, and would spare us to work with split files for $6000 and $A000. That would be convenient, even better, I think, would be the VRT format . If someone would ...
by buzbard
Sun May 03, 2015 3:13 pm
Forum: General Topics
Topic: Update done - please feel free to post
Replies: 44
Views: 5699

Re: Update done - please feel free to post

Well, it's nice and clean and more modern looking.

May take a little getting used to, but I like it!

Thanks Joshua, nice job. :D
by buzbard
Sun May 03, 2015 3:07 pm
Forum: Emulation and Cross Development
Topic: Attach 16k Cartridge @ $6000
Replies: 3
Views: 1970

Attach 16k Cartridge @ $6000

I recently filed a ticket at sourceforge to have a couple bugs fixed in Vice (xvic.exe). The first was that attaching a cartridge rom using the following menu items: 4/8/16KB image at $2000... 4/8/16KB image at $4000... 4/8/16KB image at $6000... did not work correctly if the 2-byte load address was...
by buzbard
Wed Feb 11, 2015 8:44 am
Forum: Emulation and Cross Development
Topic: PETCAT and special characters in basic
Replies: 2
Views: 855

Re: PETCAT and special characters in basic

One thing you could do is create a program in VICE, using the characters that you're unsure of, then use petcat to convert the prg into text. By doing that I discovered that the PETSCII back-arrow character is converted to a "_" underscore character. Other than that, you might try and stud...
by buzbard
Sat Jan 17, 2015 11:17 am
Forum: Buy, Sell, and Trade
Topic: WTB: C64 Flash Cart
Replies: 2
Views: 1210

Re: WTB: C64 Flash Cart

I agree with majikeyric , the EF3 from Jim Brain is your best value right now. The EF3 also has 3 slots for freeze carts such as Retro Reply, Action Replay, Nordic Play or Super Snapshot Besides with Jim you get excellent help if anything should go wrong. I looked on eBay just now and all those EF c...
by buzbard
Wed Dec 24, 2014 3:32 pm
Forum: Collecting and History
Topic: The real holy grail of VIC collections
Replies: 9
Views: 3233

Re: The real holy grail of VIC collections

Strange though, only two cables attached: one going to the datasette, and what is the other one supposed to do? Or is this just a keyboard? Maybe it was similar to the Atari 5200 which had it's PSU attached to the TV switch box and fed power to the unit via the RF cable. Or maybe the unit ran on ba...
by buzbard
Tue Dec 16, 2014 11:20 am
Forum: Hardware and Tech
Topic: Vic-20 Cartridge Pin Question
Replies: 1
Views: 346

Re: Vic-20 Cartridge Pin Question

Yeah, they're broken alright, send them to me. 8)

No, just kidding, some carts have missing pins 'cause it was cheaper to produce the boards by eliminating pins that aren't needed.
by buzbard
Thu Nov 20, 2014 3:08 pm
Forum: Emulation and Cross Development
Topic: VICE Palette File (vpl) editor.
Replies: 16
Views: 4657

Re: VICE Palette File (vpl) editor.

You're very welcome, glad you find it useful.
by buzbard
Thu Nov 20, 2014 3:02 pm
Forum: Programming
Topic: Vic20 5k memory
Replies: 51
Views: 11017

Re: Vic20 5k memory

$3fc - $3ff is unused.
If you havent already done so, go to bombjack and grab a copy of "Mapping the VIC", it's probably the most valuable book you could find for programming the VIC20.

[EDIT: Little slow with that one] lol.
by buzbard
Thu Nov 20, 2014 10:31 am
Forum: Programming
Topic: Vic20 5k memory
Replies: 51
Views: 11017

Re: Vic20 5k memory

If you look at the screenshot, about 9 lines down you see a "J", which corresponds to address 198 which is the number of characters waiting in the keyboard buffer. Then counting to the right 6 places you see "@K" these two correspond to addresses 204 and 205 which are "CURSO...
by buzbard
Fri Nov 14, 2014 9:44 am
Forum: Collecting and History
Topic: Type Snyper by Tymac
Replies: 23
Views: 6970

Re: Type Snyper by Tymac

Thanks for sharing. Dumping the $6000 ROM from the $A000 socket must have worked then?

I loaded it up in the latest nightly build of WinVice and I don't hear any sounds at all.
Sounds are working in other games though.
I'll have to load it up on real hardware and see.
by buzbard
Wed Nov 12, 2014 3:14 pm
Forum: Collecting and History
Topic: Type Snyper by Tymac
Replies: 23
Views: 6970

Re: Type Snyper by Tymac

Awesome! Glad you finally got it working.
Does it have speech, like the ad claims?
by buzbard
Thu Nov 06, 2014 5:06 pm
Forum: Collecting and History
Topic: Type Snyper by Tymac
Replies: 23
Views: 6970

Re: Type Snyper by Tymac

It looks like there must be more to it.
Both the warm and cold start vectors are pointing to $6000.

Most of the $A000 ROM appears to be in patterns of data probably graphics or characters.