Håpløshet ?

Ofte med Håpløshetsfølelser, er det vanskelig å finne motivasjon. Men det kan også være en ide å tenke i flere livstider som perspektiv. Å jobbe, ikke engang begrensa av EN livslengde, å finne veier å forlenge arbeidet videre. Kanskje inspirere andre og dermed bygge igjennom andre ?

Det var i det store. Men – og så i det små, kan man tenke BIT for BIT,
LITT om gangen. LITT LENGRE på veien. LITT mer gjort, LITT bygget. Når man føler at alt tårner opp som uoverkommelig. Og igjen i langtidsperspektiv, KANSKJE KAN man skrive ! Formidle til andre ! Bygge i det lange perspektiv. Finne mening i det.

A great C64 PRG IDE !

CBM prg Studio is a Windows IDE which allows you to type a BASIC or machine code program and convert it to a ‘.prg’ file, which you can then run in an emulator or on real hardware. It also includes character, sprite and screen editors and a fully featured 6510/65816 debugger.
The following machines can be developed for:

  • Commodore 64 (and SuperCPU),
  • Commodore 128,
  • Commodore VIC 20,
  • Commodore 16,
  • Commodore Plus/4,
  • Commodore PET BASIC 2 machines, e.g. PET 2001,
  • Commodore PET BASIC 4 machines, e.g. PET 4000/9000,
  • Mega65,
  • Can also be used with the Kick Assembler.

https://www.ajordison.co.uk/index.html

Brilliant to enter the SD2IEC program in previous post and later transfer to C64.

How to change ID on SD2IEC

Put in this fine little BASIC program and off you go !

5 input "enter current and new sd2iec number";a, b
10 open 15,a,15,"u0>"+chr$(b):close15
20 print "sd2iec new device number is:";b
30 input "permanent change? y/n";c$
40 if c$<>"y" then goto 70
50 open 15,b,15,"xw":close15
60 print "permanent change done"
70 input "reset sd2iec ? y/n";c$
80 if c$<>"y"then end
90 open 15,b,15,"u"+chr$(202):close15
100 print "reset done !"

SPAM ?!

I had no idea I would get comment SPAM here ! :-O
That sucks.

Anyway – what I was going to write was that C64 Forever v10 has a STELLAR feature. You can CUT and PASTE BASIC code into it ! Amazing !
So when you find that programming PDF with copyable text you can just paste into the Emulator ! Even running the software on Wine !
(On Wine it is unstable. But better than before.)

https://www.c64forever.com/screenshots/

Downloadable plus – is the way to go ! Upgrade if you have an earlier version.
(I dont know how early.)

Yeah – not consistent …

Im an Atari fan too ! Actually I have gone that way just very recently..
Im about to set up an Atari800 SDcard for my MiST – and MiSTery core is also on the horizon. For now – a link to Atari Forum – I saw a post with a bunch of Atari links ..

https://www.atari-forum.com/viewtopic.php?t=26792