Search found 54 matches

by denjhang
11 Mar 2022, 19:28
Forum: Hardware and software hacking
Topic: LCC for the Gigatron. Take two.
Replies: 106
Views: 52113

Re: LCC for the Gigatron. Take two.

I wrote a simple music engine, but found a lot of weirdness. In my program, it seems to be difficult to get music from four channels at the same time, which usually gets stuck. This phenomenon made me have to use each channel staggered. Currently I'm happy with step11.c, but also confused with the o...
by denjhang
11 Mar 2022, 06:15
Forum: Hardware and software hacking
Topic: LCC for the Gigatron. Take two.
Replies: 106
Views: 52113

Re: LCC for the Gigatron. Take two.

I thought of a way to use frameCount%60 to get one second and reset it periodically.
by denjhang
11 Mar 2022, 05:13
Forum: Hardware and software hacking
Topic: LCC for the Gigatron. Take two.
Replies: 106
Views: 52113

Re: LCC for the Gigatron. Take two.

Currently I can control the pitch and volume correctly. So in glcc, how to time it. For example, make a note sound for one second or make a quarter note when the a key of the controller is pressed.
by denjhang
10 Mar 2022, 18:35
Forum: Hardware and software hacking
Topic: LCC for the Gigatron. Take two.
Replies: 106
Views: 52113

Re: LCC for the Gigatron. Take two.

Well, now there is a question, how to use GLCC to read the data in the ROM? For example, I need the notesTable located at 0x0900 of the ROM.
by denjhang
10 Mar 2022, 14:54
Forum: Hardware and software hacking
Topic: LCC for the Gigatron. Take two.
Replies: 106
Views: 52113

Re: LCC for the Gigatron. Take two.

typedef struct channel_s { char wavA, wavX; char keyL, keyH; char oscL, oscH; } channel_t; I'm confused by this paragraph because I've tried writing various values to channel1.wavA, wavX, keyL, keyH, etc. and nothing comes out. for example channel1.wavA='0'; channel1.wavX='2'; channel1.keyL='1'; ch...
by denjhang
09 Mar 2022, 12:47
Forum: Hardware and software hacking
Topic: LCC for the Gigatron. Take two.
Replies: 106
Views: 52113

Re: LCC for the Gigatron. Take two.

Can the current latest GLCC be compiled against ROMvX0?
by denjhang
09 Mar 2022, 10:40
Forum: Hardware and software hacking
Topic: I made a ROM full of games
Replies: 11
Views: 3115

Re: I made a ROM full of games

Image
Now updated, I integrated the SDCard browser used by Pluggy Reload into my rom and it works without issue.
by denjhang
09 Mar 2022, 10:09
Forum: Kit assembly gallery
Topic: Blue Gigatron with colorful LEDs
Replies: 4
Views: 3883

Re: Blue Gigatron with colorful LEDs

Sorry if I wasn't clear with my question. For all intents and purposes, a Famicon controller IS an NES controller disconnected from the console and modified aesthetically for the US market. What I was asking was whether you had installed a different connector on your Pluggy Reloaded from the standa...
by denjhang
09 Mar 2022, 03:02
Forum: Kit assembly gallery
Topic: Blue Gigatron with colorful LEDs
Replies: 4
Views: 3883

Re: Blue Gigatron with colorful LEDs

bmwtcu wrote: 08 Mar 2022, 20:55 Did you adapt the DB9 to NES for the controller? Looks different.
This is actually a famiclone controller with the appearance of an NES controller. But I actually own a lot of original NES controllers too, and it was a no-brainer for me to modify them to be Gigatron compatible.
by denjhang
08 Mar 2022, 15:06
Forum: Kit assembly gallery
Topic: Blue Gigatron with colorful LEDs
Replies: 4
Views: 3883

Blue Gigatron with colorful LEDs

https://s3.bmp.ovh/imgs/2022/03/538e54d3647f9f91.jpg https://s3.bmp.ovh/imgs/2022/03/c137817359dd6eb5.jpg https://s3.bmp.ovh/imgs/2022/03/e4917c6d12ff6b43.jpg I changed the color of the top left LED to a rainbow-like color, and I changed the power LED to an LED that automatically fades color. I gue...