mirror of https://github.com/stella-emu/stella.git
Some stella.pro updates, as mentioned on AtariAge.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1012 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
71336c904e
commit
8ce3e592c1
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
//
|
//
|
||||||
// $Id: Settings.cxx,v 1.76 2006-01-15 20:46:19 stephena Exp $
|
// $Id: Settings.cxx,v 1.77 2006-03-01 14:26:40 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
@ -33,7 +33,7 @@ Settings::Settings(OSystem* osystem)
|
||||||
myOSystem->attach(this);
|
myOSystem->attach(this);
|
||||||
|
|
||||||
// First create the settings array
|
// First create the settings array
|
||||||
myCapacity = 30;
|
myCapacity = 40;
|
||||||
mySettings = new Setting[myCapacity];
|
mySettings = new Setting[myCapacity];
|
||||||
mySize = 0;
|
mySize = 0;
|
||||||
|
|
||||||
|
|
|
@ -7085,10 +7085,7 @@
|
||||||
"Cartridge.Name" "Mangia' (1983) (Spectravideo)"
|
"Cartridge.Name" "Mangia' (1983) (Spectravideo)"
|
||||||
"Cartridge.Manufacturer" "Spectravideo"
|
"Cartridge.Manufacturer" "Spectravideo"
|
||||||
"Cartridge.ModelNo" "SA-212"
|
"Cartridge.ModelNo" "SA-212"
|
||||||
"Cartridge.Note" "Uses the Paddle Controllers"
|
|
||||||
"Cartridge.Rarity" "Rare"
|
"Cartridge.Rarity" "Rare"
|
||||||
"Controller.Left" "Paddles"
|
|
||||||
"Controller.Right" "Paddles"
|
|
||||||
"Display.Height" "207"
|
"Display.Height" "207"
|
||||||
"Display.YStart" "30"
|
"Display.YStart" "30"
|
||||||
""
|
""
|
||||||
|
@ -8477,6 +8474,9 @@
|
||||||
"Cartridge.Manufacturer" "Data Age"
|
"Cartridge.Manufacturer" "Data Age"
|
||||||
"Cartridge.ModelNo" "DA 1005"
|
"Cartridge.ModelNo" "DA 1005"
|
||||||
"Cartridge.Rarity" "Uncommon"
|
"Cartridge.Rarity" "Uncommon"
|
||||||
|
"Cartridge.Note" "Uses paddle controllers"
|
||||||
|
"Controller.Left" "Paddles"
|
||||||
|
"Controller.Right" "Paddles"
|
||||||
""
|
""
|
||||||
|
|
||||||
"Cartridge.MD5" "678c1d71a1616d9d022f03d8545b64bb"
|
"Cartridge.MD5" "678c1d71a1616d9d022f03d8545b64bb"
|
||||||
|
|
Loading…
Reference in New Issue