Search found 1598 matches

by CoBB
Sun 13 Apr, 2008 12:00 pm
Forum: Off Topic
Topic: Share your desktops
Replies: 109
Views: 255290

blueskies wrote:cool background and icons demon. what's your distro?
Judging by the presence of Iceweasel it must be Debian.
by CoBB
Thu 27 Mar, 2008 6:01 pm
Forum: Programming Help
Topic: Vera Development
Replies: 7
Views: 12193

Timendus wrote:You can't express the success of a project in how many lines of code it contains
I have to disagree with that. The less the better! It’s a pity there’s no practical C compiler for the Z80, progress could be a lot faster. :(
by CoBB
Tue 04 Mar, 2008 8:09 am
Forum: Programming Help
Topic: Make ion progs in C.
Replies: 13
Views: 8682

King Harold wrote:But, what I would really like to know: can you run code from $C000 - $FFFF if you swap in an executable rampage?
Yes, as it’s the page protection that counts, not the address it is mapped to.
by CoBB
Tue 26 Feb, 2008 1:18 pm
Forum: Off Topic
Topic: Dead forums (lively thread)
Replies: 123
Views: 359975

Nice topic, I feel like contributing too.
by CoBB
Fri 22 Feb, 2008 8:36 pm
Forum: Off Topic
Topic: Disturbing C: interleaved Switch and While
Replies: 7
Views: 9057

Dwedit wrote:I like how that code writes repeatedly to the same destination address.
It’s a memory mapped register.

A much nicer example of abusing switch and C macros is implementing coroutines. I think Contiki uses something similar for its protothreads.
by CoBB
Sun 17 Feb, 2008 3:43 pm
Forum: Programming Competition
Topic: Something small
Replies: 2
Views: 8121

Re: Something small

You forgot to zero d when adding the horizontal byte offset. A fix that doesn’t cost a single byte would be simply to move the addition of gbuf to the end of the address calculation.
by CoBB
Mon 11 Feb, 2008 7:57 am
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] PindurTI (Best Thread 2005)
Replies: 1356
Views: 571013

Without the research done for PindurTI, we wouldn't have been able to make Wabbitemu. I think the same. Before PTI, there were no real alternatives to VTI, as TilEm was little more than a GTK port of it that didn’t really improve emulation. PTI ended up as a dead end mainly because we knew too litt...
by CoBB
Sun 10 Feb, 2008 7:56 am
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] PindurTI (Best Thread 2005)
Replies: 1356
Views: 571013

agreed, it was much better than VTI by far! Fortunately there are better options to compare it to. :) Is there anything we can do to change your mind about quiting (money, women, threats, etc.)? Oh, I’d love to keep the project alive, but I’m lacking the resources to do so. Time, that is. As you ca...
by CoBB
Fri 08 Feb, 2008 9:06 am
Forum: Latenite, Brass and EarlyMorning
Topic: Brass 3.0.0.0 Beta 13
Replies: 103
Views: 145201

Wabbitemu expands on a lot of PindurTI's features, it wouldn't be a bad idea to incorporate your source with it. You'd also get support for SE and 84+. I don’t think the current core would be easy to use for these newer models, and I had problems adding debugging facilities too. It would require a ...
by CoBB
Thu 07 Feb, 2008 7:00 pm
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] PindurTI (Best Thread 2005)
Replies: 1356
Views: 571013

So that was it, I’ll have to acknowledge the harsh reality and pronounce the PTI project dead for real. :( As I said in the Brass section, I’m giving away the source, and everyone is welcome to rummage through it and take whatever seems to be of any value. You can download it from the good old proje...
by CoBB
Thu 07 Feb, 2008 1:51 pm
Forum: Latenite, Brass and EarlyMorning
Topic: Brass 3.0.0.0 Beta 13
Replies: 103
Views: 145201

I'd really like to do a total rewrite of the front-end so it can interact with the assembler a bit better. And it really needs your name on it. :| I’m not standing in your way. ;) That said, not being able to change the state of the calculator via the non-interactive mode (edit registers and memory...
by CoBB
Thu 07 Feb, 2008 10:58 am
Forum: Latenite, Brass and EarlyMorning
Topic: Brass 3.0.0.0 Beta 13
Replies: 103
Views: 145201

The "PindurTI debugger" has been mercilessly hacked out of Latenite, so the code very bad (reliance on public static members in Program, to give you a sample). CoBB is not properly credited, though, and it does use a pretty old build of PindurTI, so this'll have to be fixed. The newest bu...
by CoBB
Sat 02 Feb, 2008 5:23 pm
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] PindurTI (Best Thread 2005)
Replies: 1356
Views: 571013

Okay, PTI does the following for each bank: if bit 6 is set (RAM is mapped), then if (bank & 0x1f) > 1 (invalid RAM page), then emptiness is mapped (i.e. a read-only page full of 0xff’s) else the approriate RAM page is mapped else the approriate ROM page is mapped Bits 7 and 5 have no effect on ...
by CoBB
Thu 24 Jan, 2008 6:52 pm
Forum: Off Topic
Topic: Computer booting trouble
Replies: 13
Views: 26209

The advantage of the latter is that you can keep the list in the form of a shell script that does "apt-get install" on each of them, so you just have to do a fresh install, let the script run, and when you come back you're good to go. Is there any point in doing that? If I’m working with ...
by CoBB
Sun 13 Jan, 2008 9:20 am
Forum: Announce Your Projects
Topic: [BASIC] Dystopia
Replies: 22
Views: 37038

The first one is the winner without doubt.