.. |
bitmaps
|
brickmania for the e200. (screen cant rotate, so using half the screen is better than nothing)
|
2007-04-19 12:14:54 +00:00 |
chessbox
|
|
|
doom
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
lib
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
midi
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
mpegplayer
|
Do the clamping a little better.
|
2007-04-24 03:38:19 +00:00 |
pacbox
|
|
|
rockboy
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
searchengine
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
sudoku
|
|
|
zxbox
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
alpine_cdc.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
battery_bench.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
blackjack.c
|
|
|
bounce.c
|
|
|
brickmania.c
|
brickmania for the e200. (screen cant rotate, so using half the screen is better than nothing)
|
2007-04-19 12:14:54 +00:00 |
bubbles.c
|
|
|
calculator.c
|
FS #6759: Support tan function in calculator plugin. Patch by Luke Blaney.
|
2007-04-08 11:22:12 +00:00 |
calendar.c
|
|
|
chessbox.c
|
|
|
chessclock.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
chip8.c
|
|
|
chopper.c
|
|
|
clock.c
|
|
|
credits.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
credits.pl
|
|
|
cube.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
demystify.c
|
|
|
dice.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
dict.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
disktidy.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
elfdep.pl
|
|
|
euroconverter.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
fire.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
fireworks.c
|
|
|
firmware_flash.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
flipit.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
grayscale.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
helloworld.c
|
|
|
invadrox.c
|
|
|
iriver_flash.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
iriverify.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
jackpot.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
jewels.c
|
|
|
jpeg.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
logo.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
Makefile
|
|
|
mandelbrot.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
mazezam.c
|
|
|
metronome.c
|
Fix metronome plugin crashing on SWCODEC targets and fixed a division by zero as well when tapping in the beat.
|
2007-04-12 17:58:42 +00:00 |
midi2wav.c
|
|
|
midiplay.c
|
Fix the undefined char symbols appearing in many output lines. This printf does neither support nor need \n.
|
2007-04-21 05:35:17 +00:00 |
minesweeper.c
|
|
|
mosaique.c
|
|
|
mp3_encoder.c
|
|
|
nim.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
oscilloscope.c
|
Oscilloscope: Make orientation switching usable on X5, M5 and H10.
|
2007-04-09 17:03:48 +00:00 |
plasma.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
plugin.lds
|
|
|
pong.c
|
|
|
properties.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
random_folder_advance_config.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
rockblox.c
|
|
|
rockbox_flash.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
rockboy.c
|
|
|
rockpaint.c
|
Rockpaint plugin: protect against loading bitmaps that are too big. Fixes FS #7040
|
2007-04-18 21:13:08 +00:00 |
search.c
|
|
|
sliding_puzzle.c
|
|
|
snake.c
|
|
|
snake2.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
snake2.levels
|
|
|
snow.c
|
|
|
sokoban.c
|
|
|
sokoban.levels
|
|
|
solitaire.c
|
make the moving smarter so you dont have to select the top card of a column to move the whole column
|
2007-04-23 14:15:07 +00:00 |
sort.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
SOURCES
|
brickmania for the e200. (screen cant rotate, so using half the screen is better than nothing)
|
2007-04-19 12:14:54 +00:00 |
spacerocks.c
|
|
|
splitedit.c
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
|
2007-04-21 18:38:25 +00:00 |
star.c
|
|
|
starfield.c
|
sims have no MAS, hence no mas_codec_readreg()
|
2007-04-08 16:19:28 +00:00 |
stats.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
stopwatch.c
|
fix player warning
|
2007-04-26 14:02:10 +00:00 |
SUBDIRS
|
Enable rockboy for M5.
|
2007-04-09 17:47:32 +00:00 |
test_disk.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
test_fps.c
|
|
|
test_sampr.c
|
|
|
test_scanrate.c
|
|
|
text_editor.c
|
|
|
vbrfix.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
video.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
viewer.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +00:00 |
viewers.config
|
Fix the wavplay icon
|
2007-04-16 11:01:41 +00:00 |
vu_meter.c
|
|
|
wav2wv.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
wavplay.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
wavview.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
wormlet.c
|
|
|
xobox.c
|
|
|
zxbox.c
|
|
|