rockbox/apps/plugins/pacbox
Karl Kurbjun d6b0c97312 Don't need to remove the backdrop for all plugins - leave it up for some.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
2006-11-15 06:14:27 +00:00
..
arcade.c More patches from Fredrik Öhrn - joystick2.diff (add support using buttons on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets). 2006-03-18 09:14:10 +00:00
arcade.h
hardware.c More patches from Fredrik Öhrn - joystick2.diff (add support using buttons on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets). 2006-03-18 09:14:10 +00:00
hardware.h
Makefile Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
pacbox.c Don't need to remove the backdrop for all plugins - leave it up for some. 2006-11-15 06:14:27 +00:00
pacbox.h Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
pacbox_arm.S Minor cleanup and correct the copyright 2006-03-15 02:00:40 +00:00
pacbox_cf.S More patches from Fredrik Öhrn - joystick2.diff (add support using buttons on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets). 2006-03-18 09:14:10 +00:00
pacbox_lcd.c Adjust Pacbox for H10 5GB screen (128x128). 2006-10-13 20:23:53 +00:00
pacbox_lcd.h
readme.txt
SOURCES Adjust Pacbox for H10 5GB screen (128x128). 2006-10-13 20:23:53 +00:00
z80.c Another optimisation from Fredrik Öhrn - put the Z80 registers and some lookup tables in IRAM. Gives a significant boost on Coldfire targets 2006-03-15 22:39:14 +00:00
z80.h
z80_internal.h

Pacbox is based on PIE - the Pacman Instructional Emulator written by
Alessandro Scotti.  PIE is a Pacman arcade machine emulator licensed
under the GNU GPL and is available from http://www.ascotti.org/

PIE is a Windows application written in C++ - all the Windows-specific
code was stripped out and the emulator converted to C for use in
Rockbox.

The version of PIE used as the basis of the port was v1.11


Dave Chapman
March 2006