Search found 25 matches

by hth313
Fri Apr 23, 2021 2:37 am
Forum: Video/Podcast talk
Topic: NutStudio C compiler available for early users
Replies: 2
Views: 2196

NutStudio C compiler available for early users

My 6502 C compiler tool chain as an early release. Send a private request to me for details on how to download it if you are interested. <br /> Documentation is available here: <a href="https://drive.google.com/file/d/1Eai87NQhPZ_XoTtgwmo-g_Upk0xDAyx0/view?usp=sharing" rel="external nofollow">https...
by hth313
Mon Apr 19, 2021 6:11 pm
Forum: CX16 General Chat
Topic: Hi from Sigtuna, Sweden
Replies: 7
Views: 3605

Hi from Sigtuna, Sweden

About Swedish computers... The ABC-80 was popular at the time, though a little bit pricey. It was often found in schools. It was later "replaced" with the ABC-800 series, which was more for professional use. These are BASIC machines, much like C64 and such. The ABC-800 was really built like a tank,...
by hth313
Mon Mar 29, 2021 2:53 am
Forum: CX16 Hardware Support
Topic: What the YM2151 can do in the right hands
Replies: 22
Views: 6843

What the YM2151 can do in the right hands


Very promising, however I find the high pitched fragile synthetic tone (I do not know how to describe it) very annoying. I want more a heavy metal tune.

by hth313
Fri Mar 26, 2021 5:34 pm
Forum:
Topic: Commander X16 Deluxe Keyboard -- SysReq/PrtSc, Scroll Lock and Pause/Break
Replies: 27
Views: 7609

Commander X16 Deluxe Keyboard -- SysReq/PrtSc, Scroll Lock and Pause/Break

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="8976" data-ipsquote-contentid="1207" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1616598357" data-ipsquote-userid="1203" data-ipsq...
by hth313
Sun Feb 21, 2021 9:07 am
Forum: CX16 Hardware Support
Topic: Retro CP/M (with the CX16 and otherwise)
Replies: 65
Views: 206086

Retro CP/M (with the CX16 and otherwise)

I do not care so much of having CP/M on the X16, I would get a dedicated machine for that and they are not too pricey. What I do care about is having a proper serial port. Not having that is a huge turnoff for me. Would at least be possible to have it in the motherboard design even if it is not pop...
by hth313
Wed Feb 10, 2021 6:44 pm
Forum:
Topic: BASIC 2? Why not get BASIC 7?
Replies: 175
Views: 78658

BASIC 2? Why not get BASIC 7?

I used the BASIC that came with the C64 and C128 back in the day and while they can be used for various things, they quickly fall short and I abandoned them for Forth and assembly. With the X16 I will not even bother to try the BASIC, I will go to C and assembly instead. I wish it could boot into F...
by hth313
Tue Feb 09, 2021 1:52 am
Forum:
Topic: CommanderX16 and "What is my dream computer?"
Replies: 35
Views: 9547

CommanderX16 and "What is my dream computer?"

<blockquote class="ipsQuote" data-ipsquote="" data-ipsquote-contentapp="forums" data-ipsquote-contentclass="forums_Topic" data-ipsquote-contentcommentid="7334" data-ipsquote-contentid="949" data-ipsquote-contenttype="forums" data-ipsquote-timestamp="1612833256" data-ipsquote-userid="73" data-ipsquot...
by hth313
Fri Jan 22, 2021 7:23 pm
Forum: CX16 General Chat
Topic: I consider buying some YM2151
Replies: 0
Views: 1141

I consider buying some YM2151


Is there some special considerations to be made if I want to pick up some YM2151 chips online?

Given the shipping cost it seems sensible to buy at least 10.

The reason for buying them is to ensure I have some spares if the stocks run out or low causing price to go up significantly.

by hth313
Thu Jan 14, 2021 11:22 pm
Forum: Lounge
Topic:
Replies: -1
Views:

How to exit from C

<a contenteditable="false" data-ipshover="" data-ipshover-target="<___base_url___>/index.php?/profile/833-desertfish/&do=hovercard" data-mentionid="833" href="<___base_url___>/index.php?/profile/833-desertfish/" rel="">@desertfish</a>Thank you for the suggested way of going back to the Kernal. ...
by hth313
Thu Jan 14, 2021 10:01 pm
Forum: Lounge
Topic:
Replies: -1
Views:

How to exit from C

I changed the C startup code to simply use the existing stack as-is. This solves the problem and I now get back to the blinking prompt when main() returns. I also took the opportunity to optimize it to the metal, more or less. I still have a proper C startup for the X16, but I changed the C code to...