Archive for the 'Console' Category

April 4th 2007

OpenWII Debugged

Made my very own openwii version including debug routines. So i added a another status led to the chiip design and also added IO lines to the ATmega SIO pins. So now i have a drive chip which prints debug info via a serial line. So everybody who want to understand the dvd drive patching can watch this in serial console. The debug code retrieves the media status flag and prints some other status flags.

pic1 pic1

download source

No Comments yet »

April 4th 2007

Fuckin awesome SID podcast

Wow cool stuff, a podcast playing only real awesome SID stuff, including some newer SID stuff from the last few years. No lamers talking inbetween just chiptunes. Great ! Check it out 8bit Mayhem

BTW my favorite tunes:

  • JCH - Chordian
  • Rob Hubbard - Lightforce
  • DRAX - Bombastic
  • Rob Hubbard - Commando
  • Jeroen Tel - Cybernoid II
  • Rob Hubbard - Delta
  • DRAX - Depressed
  • Mitch & Dane - Gloria
  • DRAX - Disco Zax
  • Edwin van Santen - Edwin’s Dream
  • Michael Hendriks - FAME
  • JCH - Hawaii
  • Martin Galway - Miami Vice
  • Edwin van Santen - Phalanx
  • David Whittaker - Red Max
  • Chris Hülsbeck - Ski Dance
  • Juha-Matti Hilpinen - SYS4096
  • Maybe i should code a PSP based SID compilation demo…

    No Comments yet »

    December 13th 2006

    Gnuboy AALib

    This is really usefull, isn’t it. Made a video driver for gnuboy based on aalib. The sound it actually done by sdl lib. But i don’t care about sound to much because this thingy is meant to be played via telnet. So hook up the aagnuboy binary into xinted and have fun.

    service aagnuboy
    {
        disable         = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        log_on_failure += USERID
        port            = 1989
        server          = /usr/local/bin/aagnuboy 
        server_args     = /usr/local/games/roms/demo.gb 
        log_type        = SYSLOG daemon info
    }
    
    

    pic1

    download gnuboy

    No Comments yet »

    December 13th 2006

    Return of the SNES

    Updated my old SNES demo a little so that it runs on real hardware. Was able to get my handy on a half broken Super Wild Card. So i finally i fixed the rom headers and now the little demo runs on a real snes. Nice.

    Snes Snes

    Snes Snes

    Source

    No Comments yet »

    December 13th 2006

    PSP Futurecomposer Player

    Made a Futurecomposer player to the PSP. This version is hacked together from the xmms-fc and the fcplay sources. First i did x86 version using alsa interface. Later ported this over to the psp using the native audio interface. Memory footprint is quite ok, despite the fact that the old FC engine is written in c++ so that the whole stuff has to be linked against libstdc++ which makes the player kind of bloated.

    pic1

    download fcplay

    No Comments yet »

    December 1st 2006

    Sidplay

    Ported the original sidplay to the PSP. Now i use the native pspsdk audio libs so SDL is not needed anymore. This reduces the footprint by 200 Kb.

    download sidplay

    No Comments yet »

    November 29th 2006

    PSP libsidplay Port

    Ported libsidplay to the PSP. Also made an simple SDL based player which uses libsidplay. You will need current PSPSDK and SDL lib to build the lib and sample player. Enjoy the C64 Sound ;-)

    pic1

    download libsidplay

    download sdlsidplay

    No Comments yet »

    March 6th 2006

    PMP Converter Update

    Little update for the PMP Converter Script:

    • Set bitrate via ‘-b’ swicth
    • Avoid upload to psp via ‘-n’ switch

    Encode video: python psp.py -m pmp -i file.mpg -b 600 -n

    Source

    7 Comments »

    February 25th 2006

    PMP Server Gui

    Made a little Gui for the PMP Server Script. Iam Using PyQT as Window Toolkit.

    • Config Server Root dir
    • File Progress Info
    • Support for KDE SystrayIcon

    pic1

    pic2

    Source

    Binary

    26 Comments »

    February 19th 2006

    PMP Mod M4g3

    Little update:

    • Moved Controller polling to gobal Kernel Thread
    • HOME Button works now to stop the app

    Source

    Binary

    30 Comments »

    Next »