rockbox/apps/plugins/midi
Rafaël Carré da16248e47 Plugins: modify IRAM copying code
Move to plugin_crt0.c, plugins don't need PLUGIN_IRAM_* macros anymore
IRAM is no longered zeroed before copying (as it is at the same address
than BSS) -> Fix FS#11581
Use cpucache_invalidate() (and not cpucache_flush), needed for self-modifying code on cached IRAM

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27948 a1c6a512-1295-4272-9138-f99709370657
2010-08-30 20:47:53 +00:00
..
guspat.c
guspat.h
midi.make Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make. 2009-03-04 23:41:58 +00:00
midifile.c Replace remaining printf in midi plugin (fix yellow/red) 2010-07-25 19:47:07 +00:00
midifile.h
midiplay.c Plugins: modify IRAM copying code 2010-08-30 20:47:53 +00:00
midiutil.c Rename printf to prevent naming conflict. Also change comment to conform with Rockbox standards. 2010-07-25 19:35:19 +00:00
midiutil.h
sequencer.c Replace remaining printf in midi plugin (fix yellow/red) 2010-07-25 19:47:07 +00:00
sequencer.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
SOURCES
synth.c Replace remaining printf in midi plugin (fix yellow/red) 2010-07-25 19:47:07 +00:00
synth.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00