Search found 301 matches

by simon
Sun Jul 03, 2016 8:31 pm
Forum: Programming
Topic: GUI app
Replies: 3
Views: 125855

Re: GUI app

There is a new version. This time with texteditor functionality (textbuffer and scrolling) as well as a menubar. :-)
I have started a new thread with the project files in the developer forum, but here is a quick snapshot.

Simon

Hamterm-prev2.jpg
by simon
Tue Jun 28, 2016 8:24 am
Forum: Operating system
Topic: Micrium RTOS
Replies: 4
Views: 28001

Re: Micrium RTOS

Indeed, I stumbled upon the UI stuff. Too bad that this isn't released yet. Though I wonder, if the 68008 or 68000 is fast enough to cope with an GUI and many tasks. At least the Amiga is but it's AmigaOS was tightly optimized and suited for these old hardware. BTW, I have a new version of my GUI ap...
by simon
Mon Jun 27, 2016 1:57 pm
Forum: Operating system
Topic: Micrium RTOS
Replies: 4
Views: 28001

Re: Micrium RTOS

Nice finding, Chris. :-)
Could you build a working kernel?

Best
Simon
by simon
Thu Jun 09, 2016 8:22 pm
Forum: Programming
Topic: GUI app
Replies: 3
Views: 125855

GUI app

Hello all Kiwi breeders and friends, it has been a long time. Well, I got other life tasks to do and found a new hobby (amateur radio). But I am back. :-) I wanted to connect the Kiwi with amateur radio and thus I began to write a GUI app. It is far from beeing useful and I am heavily learning c++ w...
by simon
Thu Jan 21, 2016 1:13 pm
Forum: Hardware
Topic: CXA2075M RGB encoder question on the SYNCIN signal
Replies: 4
Views: 30475

Re: CXA2075M RGB encoder question on the SYNCIN signal

This seem to be a BAS signal. This should be fed directly to the SYNCIN. BUT: It doesn't make much sense to me if your signal is (F)BAS already.
You might want to read the CXA2075M Datasheet for more detailed information.

Simon
by simon
Sun Jan 17, 2016 6:15 pm
Forum: Hardware
Topic: CXA2075M RGB encoder question on the SYNCIN signal
Replies: 4
Views: 30475

Re: CXA2075M RGB encoder question on the SYNCIN signal

SYNCIN is the input for a composite sync signal with TTL level voltage. This signal is generated by the VDP. The 7404 has nothing to do with this signal. I just made my drawing a bit unclear. What I did is to ground every input of unused 7404 gates. Thus they are not flowing around and prevent them ...
by simon
Thu Feb 19, 2015 11:21 am
Forum: Programming
Topic: SID dump file format
Replies: 33
Views: 140929

Re: SID dump file format

Thanks for the explanation, Mike. Thus we will use the usual method to find the end for those tunes.

Simon
by simon
Wed Feb 18, 2015 3:11 pm
Forum: Programming
Topic: SID dump file format
Replies: 33
Views: 140929

Re: SID dump file format

With 8-bit-Seas_of_Love for example siddump didn't see the tune ending. Second I found a tune yesterday which stopped playing for a few seconds once in a while. I can't remember which one as I tested quiete a few. I'll proceed my testing and will make notes of problem SIDs.
by simon
Wed Feb 18, 2015 10:05 am
Forum: Programming
Topic: SID dump file format
Replies: 33
Views: 140929

Re: SID dump file format

No problem, Steve. Your dump format has been dumped already. ;) The delta-flags without writing every reg-number again and again work pretty well and save more memory. :) I liked your idea of a header though. What I have in mind is the following: ⋅ Use a spare delta-flag bit (the filter de...
by simon
Tue Feb 17, 2015 9:53 pm
Forum: Programming
Topic: SID dump file format
Replies: 33
Views: 140929

Re: SID dump file format

Hi, I have modified SIDDump that it compiles with linux (modfied filelength() to use fstat() und chsize() to use ftruncate()). Some tunes still have problems. I don't know if this is an issue with my modification, the version at all or just the original SID format. In addition I modified my last SID...

cron