added paddle 0 emulation for smartphones

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@930 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
knakos 2005-12-27 22:27:59 +00:00
parent c0bcff5797
commit c2e6893cd6
1 changed files with 1 additions and 3 deletions

View File

@ -26,10 +26,8 @@
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SettingsWinCE::SettingsWinCE(OSystem* osystem) : Settings(osystem) SettingsWinCE::SettingsWinCE(OSystem* osystem) : Settings(osystem)
{ {
//set("GameFilename", "Mega Force (1982) (20th Century Fox).bin");
//set("GameFilename", "Enduro (1983) (Activision).bin");
//set("GameFilename", "Night Driver (1978) (Atari).bin");
set("romdir", (string) getcwd() + '\\'); set("romdir", (string) getcwd() + '\\');
setInt("wce_smartphone_paddlespeed", 3000);
} }
SettingsWinCE::~SettingsWinCE() SettingsWinCE::~SettingsWinCE()