Search results

  1. plfx

    Better Tms34010

    I implore the gods of emulation to come down from on high and give us a better emulation core for the TMS34010 chip. This was the first commercial programmable graphics accelerator and serves as the main CPU in most Midway cabinets from back in the day. Right now the emulation is software-level...
  2. plfx

    Wall Charger

    This probably isn't so surprising, but there's a cell phone charger that works with the Caanoo. It is a charger for the LG6000 which can be bought for just a few bucks here. I find it highly convenient to be able to charge from the wall, and I was thrilled to find this thing in a box of...
  3. plfx

    Caanoo / WIZ Android On Caanoo?

    Is there any way to run the Android OS on the Caanoo? I'm not eager to wipe out the operating system of the wonderful little thing, but I'm interested in Android, and there are plenty of awesome apps (and games!) that I would like to test out on the caanoo. In fact, I rather think the next GP2X...
  4. plfx

    Assembly And Other Low-Level Stuff

    Suppose I wanted to write a pure assembly program. Does anyone know the particulars of how to, say, access the GPU? The joystick? Audio? I don't know the particulars of ARM architecture. Are the GPU and such memory-mapped? Anyone know the addresses of the crucial devices? If they aren't...
  5. plfx

    My First Time. :3

    The original is at http://www.biclodon.com/software/taquin/. So, thanks to Nicolas Sallin for the original. I present now an itty bitty thingamajig: Taaquinoo, a port by Palafox. Controls are ABXY = move tile <>^v Home exits. Here's the source. Taaquinoo source. You'll have to adjust the path...
  6. plfx

    Callmenu()

    Alright guys, I'm brand spankin' new to homebrew on the caanoo, and getting into it is a pretty opaque matter, it seems. I wrote a small, totally air-headed helloworld to test the compiler: #include <stdio.h> int main() { freopen(stdout,"hello.out","w"); printf("Hello, world!"); fclose(stdout)...
Back
Top