summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/arcade.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/arcade.h')
-rw-r--r--apps/plugins/pacbox/arcade.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/arcade.h b/apps/plugins/pacbox/arcade.h
index 32ec0b45be..33dd6d6981 100644
--- a/apps/plugins/pacbox/arcade.h
+++ b/apps/plugins/pacbox/arcade.h
@@ -123,6 +123,8 @@ void init_PacmanMachine(int dip);
123int run(void); 123int run(void);
124void reset_PacmanMachine(void); 124void reset_PacmanMachine(void);
125void decodeROMs(void); 125void decodeROMs(void);
126void playSound( int * buf, int len );
127
126 128
127/** 129/**
128 Tells the emulator that the status of an input device has changed. 130 Tells the emulator that the status of an input device has changed.