Search found 4664 matches

by Mike
Sat Mar 22, 2014 12:23 pm
Forum: Games
Topic: WIP: Ten Ten revision 3
Replies: 22
Views: 3898

Re: WIP: Ten Ten revision 3

I can just feel that we're finally going to make Jeff use memory expansion and code in machine language! :lol: Doubtful. If even inspiration by example :wink: doesn't work, much less would feature requests regarding a game which is essentially perfect in its simplicity. @Vic 2000: How about going t...
by Mike
Thu Mar 20, 2014 12:39 pm
Forum: Programming
Topic: Code compression with bytecode
Replies: 17
Views: 4386

Re: Code compression with bytecode

PM sent
by Mike
Thu Mar 20, 2014 11:05 am
Forum: Hardware and Tech
Topic: Hope for dead Vic 20?
Replies: 17
Views: 1558

Re: Hope for dead Vic 20?

I tested the PSU with my meter and it also seems to be producing the right voltage (about 5.2v DC and 9.6v AC) Check the ripple on the DC rail while the VIC-20 is on. The VIC chip is quite sensitive to AC components on the 5V and will refuse to display a picture if the ripple exceeds somewhat over ...
by Mike
Thu Mar 20, 2014 10:36 am
Forum: Programming
Topic: Code compression with bytecode
Replies: 17
Views: 4386

Re: Code compression with bytecode

IMO, some people should better concentrate on putting out actual, *working* code before theorizing about alternative encoding schemes for their algorithms.

And, for most non-trivial programs, the size of the code is usually dwarfed against the size of the data being processed.
by Mike
Fri Mar 07, 2014 7:36 am
Forum: Games
Topic: Released: pulse
Replies: 361
Views: 106241

Re: pulse - now a release candidate

Mike wrote:If all goes well, I'll make a short video of pulse running on my VIC-20 by Friday. :)
pixel wrote:My desk will go vintage until then! *scratch!* ;)
Here we go (warning, big: ~72 MB): pulse.avi

Cheers,

Michael
by Mike
Tue Mar 04, 2014 9:45 am
Forum: Games
Topic: Released: pulse
Replies: 361
Views: 106241

Re: pulse - now a release candidate

pixel wrote:Anyone who would make a video of it on the real thing?
If all goes well, I'll make a short video of pulse running on my VIC-20 by Friday. :)
by Mike
Tue Mar 04, 2014 9:31 am
Forum: Games
Topic: Released: pulse
Replies: 361
Views: 106241

Re: pulse - now a release candidate

My concern is about breaking even and to not get f***** over in the process. That's even worse. I hope we don't end up discussing politics here. :( No worries. For me, programming for the VIC-20 is a spare time activity. From time to time, I might publish some nice works, but neither do I accept 'o...
by Mike
Tue Mar 04, 2014 8:15 am
Forum: Games
Topic: Released: pulse
Replies: 361
Views: 106241

Re: pulse – a horizontally scrolling shoot–'em–up

Also, I'd love to break out the source, but first, I have to convince somebody here that there's no money to be made out of it. That's what you get for all the flattering. ;) If you're really concerned about that , you shouldn't have published the game in downloadable form at all. In 2011 I reverse...
by Mike
Mon Mar 03, 2014 4:39 am
Forum: Hardware and Tech
Topic: My future setup
Replies: 50
Views: 5432

Re: My future setup

This doc is for a 1001 drive - the old 1541 has an entirely different mainboard. IIRC the positions for the trace cuts look very similar to those on the +3K RAM expander, two pairs of half-circular solder pads connected by a thin trace each, for 4 possible combinations in total, addresses 8..11. Tha...
by Mike
Sun Mar 02, 2014 4:44 am
Forum: Games
Topic: Released: pulse
Replies: 361
Views: 106241

Re: pulse – a horizontally scrolling shoot–'em–up

When you got your stock VIC 20 boot-from-tape version in a place where you value, please consider the ROM cartridge space next; start with a 4kb version to see what that opens for you. [...] From what I've seen with a quick peek in the VICE monitor, the game already uses the full 4K of $1000 to $1F...
by Mike
Thu Feb 27, 2014 12:24 pm
Forum: Programming
Topic: Programming Mah Jongg
Replies: 12
Views: 3162

Re: Programming Mah Jongg

The classic game play has 8 rows, of which the longest one is 15 tiles at the start of the game, so one tile can have a max. of 11 pixels (max. X resolution of the VIC is 22*8=176px / 15 tiles = 11 px per tile) A tile size of 11 pixels width (including border) would also fit into a 160x192 bitmap (...
by Mike
Mon Feb 24, 2014 4:40 pm
Forum: Programming
Topic: Game music
Replies: 12
Views: 2350

Re: Game music

[...](and bear with me because I really am pretty new to writing games).[...] Really? http://sleepingelephant.com/ipw-web/bulletin/bb/viewtopic.php?t=2904 ... and to quote from this posting in 2008: I [...] am going to jump straight in at the deep end with machine language rather than BASIC. (Simpl...
by Mike
Tue Feb 18, 2014 11:38 am
Forum: Games
Topic: German Magazine - Type-Ins - 64er
Replies: 61
Views: 24175

Re: German Magazine - Type-Ins - 64er

:lol: There's already quite a big queue of WIPs for the VIC-20 on my HD, so Imperium Romanum would have to wait in line. :P Anyway, what makes the reaction to the presses of the fire buttons so slow are the lines 365 to 367, where the position of the hair cross is compared for equality with one of t...
by Mike
Mon Feb 17, 2014 1:27 pm
Forum: Hardware and Tech
Topic: Introducing VFLI for VIC-20: 208x256 pixels in 16 colours!
Replies: 107
Views: 66184

Re: Introducing VFLI for VIC-20: 208x256 pixels in 16 colour

One month ago, I had a short PM exchange with Richardc64 regarding an alternative approach to fill up BLK0. He also brought forward his concerns about the permanent character of the RAM expansion, to quote him, and my replies: First, there can never be external 3K. That is only a 'problem' if the ex...
by Mike
Mon Feb 17, 2014 12:50 pm
Forum: Hardware and Tech
Topic: What's available for 32K RAM Expansion?
Replies: 6
Views: 708

Re: What's available for 32K RAM Expansion?

No internal hacks then, I guess? An internal +3K RAM expansion with the additional benefit it can be accessed by the VIC video chip - this is not possible with an external expansion! +8K or +16K RAM expansion piggybacked on the BASIC and KERNAL ROM chips. Could be extended to +24K or +32K by adding...