summaryrefslogtreecommitdiffstats
path: root/apps/plugins/zxbox/zxbox.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-2/+2
2015-12-27Samsung YH820/92x keymap bugfixesSebastian Leonhardt1-1/+5
2012-02-15zxbox: make source files include their header file and make function static w...Bertrik Sikken1-1/+1
2010-08-30Plugins: modify IRAM copying codeRafaël Carré1-6/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2009-01-16loader-initialized global plugin API:Andrew Mahone1-7/+4
2008-10-18revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts1-1/+1
2008-10-18code police : fix some multiply defined variablesFrank Gevaerts1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-31Make ZXBox work on the m:robe 100, and fix the linker script and loader to ma...Jens Arnold1-0/+2
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-04-04Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...Jens Arnold1-2/+3
2008-03-02Greyscale library: Preparations for a gamma measurement plugin.Jens Arnold1-2/+2
2008-01-13Greyscale library: Plugins can now put the management structure in IRAM for h...Jens Arnold1-0/+1
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold1-16/+16
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-4/+4
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-1/+1
2007-02-17Fix warning. Should be CONFIG_CODEC, not CODEC.Barry Wardell1-1/+1
2006-11-26After FS#6357 I see that I left an unneeded call to pcm_play_stop in zxbox.c ...Michael Sevakis1-5/+0
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-3/+5
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis1-15/+2
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun1-0/+1
2006-09-25yet more code cleanup, quick snapshot feature,sound should no longer crash,li...Anton Romanov1-25/+13
2006-09-15Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It...Dave Chapman1-0/+293