No!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Blacklord on July 14, 2010, 03:19 PMDon't ask me for details - I've never played that game. (But think I'd better done so)
" and wanted to extract any brains"![]()
!!!!!!
met Dr. Fred, Edna, Ted, and Ed.Quote from: RobertB on July 10, 2010, 09:43 AMYes, that is all of the hardware secret.
Oh, you mean it's like the CLD 64k video ram expansion board for the C128?
Quote from: RobertB on July 01, 2010, 03:52 PMWell, I don't know if I would be able to spend 3 days in the bunker... maybe one night.At the moment we have a heat-wave in Germany. Maybe it is a little bit colder in the bunker than at home![]()
Quote from: tokra on July 02, 2010, 05:49 AMhttp://www.tokra.de/c128/C108.D64I'll take a look on this at the Bunkerparty next week. Nice to see such fine stuff. But I fear I have no time to wait for 2 weeks for a fractal. With my SuperCPU it would probably take only one day but this is also a very long time for one pic.
Quote from: RobertB on June 29, 2010, 01:20 PMI will do so.
Ah, Bochum. Give my regards to Dirk at the party.
Quote from: gsteemso on May 29, 2010, 05:00 PM... address 31 is used as a broadcast address to tell all devices to stop doing whatever the command field specifies. ...Wow! Thank's a lot. I didn't ever heard this before. (Maybe, because I've never asked
). I'm working since more than 30 years with Commodore Computers but I'm learning new things every year.Quote from: Hershey on May 28, 2010, 01:46 AMOK, it also stopps on my Emulator.
... also tried wte's code and it stopped too ...
Quote from: HydrophilicAlso I hear there are also Amiga .IFF files?Wiki: http://en.wikipedia.org/wiki/Interchange_File_Format
Quote from: RobertBWell, there is the MP3 plug-in for the MMC Replay/MMC64 ...As far as I remember the MP3 plugin for the MMC Reply requires a little piece of hardware: http://www.schoenfeld.de/inside/Inside_MP3AT64.txt
Quote from: Payton Byrd on May 14, 2010, 07:47 AM(I know) That's not really better. Using SPACE is intuitive.
You can also use F3 to tag and untag a file. ...
Quote from: Payton Byrd on May 14, 2010, 07:47 AMOk, launching a PRG file would be intuitive. But RETURN is NOT doing nothing if it is not a PRG file! It quits the program (but is kindly asking if it is ok to quit). RETURN should start the file menu (but you intend to drop the menu ...).
Return actually launches the currently selected PRG file. If you are not pointing at a PRG file then it does nothing.
Quote from: Payton Byrd on May 14, 2010, 07:47 AMThe 1581-string destroys the window. You should shorten the strings (e.g. cutting off the tt, ss bytes).
... I cannot control how big those init strings are. Unfortunately there's just so many characters available for the C64 version and the panel already takes up the whole width on the C64.
Quote from: Payton Byrd on May 14, 2010, 07:47 AMMaybe CONIO is not really the best tool to do what you have planned to do.
This is unavoidable as cc65 doesn't provide a way to smoothly scroll without writing your own assembler
[...]
This is a limitation of the computers we use. There's only so manydirectory entries that I can cache in RAM (doing 30 for each panel)before I simply run out of RAM.
)