Search found 4696 matches

by Mike
Sat May 18, 2024 9:38 am
Forum: Hardware and Tech
Topic: What can prevent upper/lower case mode?
Replies: 11
Views: 158

Re: What can prevent upper/lower case mode?

I currently run the motherboard with a clipped bodgewire until I find where the issue is, but running the same poke-peek command still returns 0. Not sure what that does tell me... It IS supposed to return 0 on a working machine! Would there have been mirroring by VA11 stuck-at-0 - the way I presum...
by Mike
Sat May 18, 2024 9:18 am
Forum: Hardware and Tech
Topic: What can prevent upper/lower case mode?
Replies: 11
Views: 158

Re: What can prevent upper/lower case mode?

the Poke-peek returns 0. does that mean the mirroring fails? or that it is impossible to get it to something else than 0 (and why it isn't changing to upper/lower) You should be rather glad the sequence returns 0 - you do not want any mirroring here. The check was supposed to find out whether the p...
by Mike
Sat May 18, 2024 8:22 am
Forum: Hardware and Tech
Topic: Penultimate II+ Auto-configures RAM for all programs.
Replies: 2
Views: 83

Re: Penultimate II+ Auto-configures RAM for all programs.

That had been discussed in the thread " New penultimate-plus-2-cartridge " some time ago already. The PU+2 does do no magic here though: it merely inspects the load address of the file (and tries) to config the RAM from that: unexpanded RAM with $1001, +3K RAM expansion for $0401, full RAM...
by Mike
Sat May 18, 2024 4:55 am
Forum: Hardware and Tech
Topic: What can prevent upper/lower case mode?
Replies: 11
Views: 158

Re: What can prevent upper/lower case mode?

I assume you've isolated the keyboard as a cause by trying to switch by software? The diag test in the OP already fails to activate the lower/upper-case character set, which it quite surely does not do with a simulated key press of Shift + C=, but with a POKE to 36869. Very likely something on the ...
by Mike
Sat May 18, 2024 2:24 am
Forum: Hardware and Tech
Topic: What can prevent upper/lower case mode?
Replies: 11
Views: 158

Re: What can prevent upper/lower case mode?

You should check whether VA11 on the mainboard is stuck-at-0.
by Mike
Thu May 16, 2024 10:59 am
Forum: Hardware and Tech
Topic: WIP: VIC-2020 MINIMON cartridge
Replies: 55
Views: 19110

Re: WIP: VIC-2020 MINIMON cartridge

Here is the draft of the first hardware design, should anyone want to replicate the prototype cartridge shown in the introductory post of the thread using a VIC-1210 +3K RAM expansion as carrier: 2716 +----\/----+ 1 -|A7 Vcc|- 24 2 -|A6 A8|- 23 3 -|A5 A9|- 22 4 -|A4 Vpp|- 21 5 -|A3 /OE|- 20 6 -|A2 A...
by Mike
Thu May 16, 2024 10:44 am
Forum: Programming
Topic: Waterloo BASIC and HYPRA SYSTEM cartridge images
Replies: 5
Views: 2454

Re: Waterloo BASIC and HYPRA SYSTEM cartridge images

For completeness, here goes:
  • MINIMON firmware, built at $9800. (thread) - *.bin file without load address.
Greetings,

Michael
by Mike
Tue May 14, 2024 9:00 am
Forum: Programming
Topic: read BitMap pixel
Replies: 1
Views: 149

Re: read BitMap pixel

I do not know if this is supposed to be a pop quiz, but anyhow ... Is the routine for reading the pixel correct? No, it is not. In "ReadPixel:" the instruction "cmp xtable,x" is the wrong one for the job. You could have found this out by yourself already by testing the routine be...
by Mike
Tue May 14, 2024 1:24 am
Forum: Hardware and Tech
Topic: VR/W timing (split/OT from: Cheese and Onion)
Replies: 1
Views: 103

Re: VR/W timing (split/OT from: Cheese and Onion)

Do you know the VIC that did not like Cheese and Onion? The improvement on the timing logic from 2-prong to DIN/CR had been covered in this thread here: " Anyone know what this board mod is? ", to quote: [...] On the 2-prong, the VR/W signal is simply disconnected from CR/W during VIC fet...
by Mike
Tue May 14, 2024 1:05 am
Forum: Games
Topic: WIP: Bubble Bobble
Replies: 31
Views: 3496

Re: WIP: Bubble Bobble

What? %p I can't get my imagery to picture MINIPAINT with a web interface and user accounts. You completely forgot there's already a working native solution for editing graphics, sprite sheets in particular, on the VIC-20. Coders and graphicians already teamed up ages ago to collaborate on game gra...
by Mike
Mon May 13, 2024 1:43 am
Forum: Games
Topic: WIP: Bubble Bobble
Replies: 31
Views: 3496

Re: WIP: Bubble Bobble

Mike wrote:MINIPAINT? [...]
pixel wrote:OK... Was only remembering BASIC extension things about it.
You should be very cautious with complaining about 'isolated tools' and 'non-availability of (source) code' in your Manifesto if you otherwise are oblivious of prior art.
by Mike
Sun May 12, 2024 9:45 am
Forum: Games
Topic: WIP: Bubble Bobble
Replies: 31
Views: 3496

Re: WIP: Bubble Bobble

pixel wrote:[...]
MINIPAINT?

I have used MP on several occasions to design sprite patterns. Here is an example, including a "how to extract the bitmap data":

VicShroom - My first Vic prod
by Mike
Sun May 12, 2024 6:20 am
Forum: Programming
Topic: MINIGRAFIK batch processing suite
Replies: 58
Views: 51782

Re: MINIGRAFIK batch processing suite

Here we have a Music Card, specifically dedicated to our Italian fellows here in Denial (Hi, Ale!) ( download ): https://dateipfa.de/.Public/denial/images/minigrafik/music_card.png To note: the German print of the VIC-20 User's Manual makes the suggestion to try to program this very song. The pictur...
by Mike
Sat May 11, 2024 8:37 am
Forum: Programming
Topic: Starting VIC-20 unexpanded-project UEFA European football championship 2024
Replies: 8
Views: 1926

Re: Starting VIC-20 unexpanded-project UEFA European football championship 2024

This doesn't work for large programs. I already pointed out in the thread " Corrupt end of basic program ", that copying 174/175 to 45/46 is problematic. Actually, it only works immediately after the program has been loaded - the KERNAL load procedure places the address behind the last lo...