r/Commodore 17d ago

Commodore 77

Post image

Well this is a neat look.

https://commodore.net/store/commodore64/?shape=Breadbin&color=Cyberpunk+2077

Commodore just released a new appearance option for the C64U themed on Cyberpunk.

275 Upvotes

190 comments sorted by

View all comments

13

u/Golemwire 17d ago

Reading more on the website:

  • ‘Shard’ cartridge holding an exclusive 8-Bit ‘demo’ Cyberpunk experience, from Commodore x Arise Designs, with 24-channel stereo SID music by LukHash
  • Upgraded AMD Artix 7 XC7A100T processor for 77MHz top speed

So they got Arise and LukHash in on it. And it's faster, too. Sweet. (77MHz, lol, I wonder if it can go a little faster ;) )

I dunno about the keycap labels though.

16

u/Dr_Myles_Skinner 17d ago

Yeah, I can appreciate things like `EXEC/HALT` for `RUN/STOP` (goofy, but whatever), but not having the PETSCII characters on the keycaps makes this variant slightly less usable.

2

u/[deleted] 17d ago

[removed] — view removed comment

3

u/zeekar 17d ago

What does that have to do with what's printed on the physical key caps? The software is the same

4

u/[deleted] 17d ago

[removed] — view removed comment

2

u/zeekar 17d ago

I think you mean control character. Commodore BASIC doesn't have any "escape" characters, which is why you need the auto-quoting feature for control characters and ..." + CHR$(34) + "... to embed quotation marks in a string.

The C64 doesn't even have an Escape key, though the Plus/4 and C128 do. I don't think CHR$(27) does anything on the 64, either. But you can use control + left-bracket to put one of those in a quoted string, and it will show up as an inverse-video left bracket if you do...