Search found 195 matches

by Richard James
Sat Feb 21, 2009 5:41 pm
Forum: Hardware and Tech
Topic: I just ordered a uIEC/SD
Replies: 52
Views: 9805

According to my calculations the 2GB SD card I bought yesterday for 16$ can store over 12000 D64 images. However some of that will be lost for directories and slack space. I only have one question how do you get started with this thing. If I create a empty D64 in VICE and copy it into the root of th...
by Richard James
Sat Feb 21, 2009 5:25 pm
Forum: Games
Topic: New Release: Un
Replies: 21
Views: 14026

The graphics look great but I think you need to fix the redraw issue. When I played the game my cards were redrawn for every time the computer moved.
by Richard James
Sat Feb 21, 2009 3:45 am
Forum: Games
Topic: New Release: Un
Replies: 21
Views: 14026

I score this game a one out of one.
by Richard James
Fri Feb 13, 2009 3:42 am
Forum: Hardware and Tech
Topic: Is it possible for a VIC-20 ROM cart to be 32K?
Replies: 15
Views: 3784

You can go above the 6502's memory limit by Bank switching but then your game needs to be written to cope with that. If you really want to go silly you can have a co-processor with the ROM and RAM. There are some Nintendo titles that used this method to get 3D graphics on the SNES. http://en.wikiped...
by Richard James
Fri Feb 13, 2009 3:26 am
Forum: Games
Topic: New Release : BLUE STAR
Replies: 99
Views: 65405

I made a gameplay video of bluestar.
http://www.youtube.com/watch?v=FgUdiIHU5aQ

It is made with VICE and so it is not as good as I would have liked. Also it only displays a little area of the game.
by Richard James
Thu Feb 12, 2009 5:16 am
Forum: Programming
Topic: ***NEW DEMO***
Replies: 7
Views: 2388

If you run VICE from the command line you can access the system monitor and save the BASIC code to disk as a .prg file. HOWTO get BASIC programs out of VICE Type in your program or load it. In the VICE menu select the monitor type m 2b 2e This will print out the start and end address of the BASIC pr...
by Richard James
Wed Feb 11, 2009 2:11 am
Forum: General Topics
Topic: New Moderators
Replies: 81
Views: 13267

You can maybe create a Sticky thread for repairs like we already have for software releases. Then when someone posts a repair thread they can have a post in the sticky that summarises their thread and links to it. That way people can just read the summaries for what they want.
by Richard James
Tue Feb 10, 2009 3:08 pm
Forum: General Topics
Topic: New Moderators
Replies: 81
Views: 13267

On some forums they have a section where threads that deny the rules can go. On the Ubuntu forums it is called recurring discussions. This way the discussions can still take place therefore letting off steam but it doesn't distract other users. Note this is not the same as a OT forum. BTW I feel too...
by Richard James
Wed Feb 04, 2009 5:02 am
Forum: Programming
Topic: BASIC Vertical Scroller
Replies: 26
Views: 5340

Hey that is pretty Awesome for a BASIC program. Good use of technical knowledge applied to a simple piece of hardware can produce amazing effects. Your half way to creating a demo in BASIC.
by Richard James
Thu Jan 29, 2009 12:03 am
Forum: Programming
Topic: Unexpanded VIC 20 Memory
Replies: 98
Views: 19374

I does not help to call it a bitmapped display when people are trying to write programs for it, it will just confuse them especially if they are used to computers with real bitmapped displays. You can't poke into a place in the VIC's memory to draw a dot on the screen, you can on a bitmapped system ...
by Richard James
Tue Jan 27, 2009 9:14 pm
Forum: Programming
Topic: Unexpanded VIC 20 Memory
Replies: 98
Views: 19374

The VIC-20 uses a type of Tile Mapped Display. There are three components. 1) The character data (normally set to the character ROM) 2) What characters to display where. Screen memory 3) What Colour to display each tile. In the program above you are only altering 2 and 3. The VIC chip automatically ...
by Richard James
Tue Jan 27, 2009 5:24 pm
Forum: Programming
Topic: Unexpanded VIC 20 Memory
Replies: 98
Views: 19374

This program can be rewritten in BASIC to help you understand.

Code: Select all

10 FOR I = 0 TO 255
20 POKE 7680 + I, 1
30 POKE 7936 + I, 1
40 POKE 38400 + I, 5
50 POKE 38656 + I, 5
40 NEXT
by Richard James
Mon Jan 26, 2009 5:46 am
Forum: Hardware and Tech
Topic: DIY Gamepad paddle combo
Replies: 10
Views: 2387

It would be nice if someone could either make converters between these different controllers or make new controllers.
by Richard James
Mon Jan 26, 2009 5:44 am
Forum: Buy, Sell, and Trade
Topic: 6502 GAMES
Replies: 18
Views: 4577

Amazon has a reference to it and the ISBN numbers but I doubt you can buy it anywhere online.
http://www.amazon.co.uk/6502-Games-Rodn ... 0895880229