mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-22 12:33:56 +00:00
Remove "Atari Arcade Cabinet" system definition
The handful of 6502-based Atari coin-op systems were very different from each other, so having a dedicated entry doesn't make sense. Also, enable word-wrap in the New Project text box that holds the system description.
This commit is contained in:
parent
86be31a02f
commit
d979571880
@ -170,19 +170,6 @@
|
|||||||
"Parameters" : {
|
"Parameters" : {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Name" : "Atari Arcade Cabinet",
|
|
||||||
"GroupName" : "Atari",
|
|
||||||
"Cpu" : "6502",
|
|
||||||
"Speed" : "1.512",
|
|
||||||
"Description" : "Atari arcade cabinet, e.g. Battlezone [placeholder].",
|
|
||||||
"SymbolFiles" : [
|
|
||||||
],
|
|
||||||
"ExtensionScripts" : [
|
|
||||||
],
|
|
||||||
"Parameters" : {
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name" : "Commodore 64 (PRG)",
|
"Name" : "Commodore 64 (PRG)",
|
||||||
"GroupName" : "Commodore",
|
"GroupName" : "Commodore",
|
||||||
|
@ -42,7 +42,7 @@ limitations under the License.
|
|||||||
|
|
||||||
<TextBlock Grid.Column="2" Grid.Row="0">Details:</TextBlock>
|
<TextBlock Grid.Column="2" Grid.Row="0">Details:</TextBlock>
|
||||||
<TextBox Name="systemDescr" Grid.Column="2" Grid.Row="1" Margin="0,2,0,0" IsReadOnly="True"
|
<TextBox Name="systemDescr" Grid.Column="2" Grid.Row="1" Margin="0,2,0,0" IsReadOnly="True"
|
||||||
ScrollViewer.CanContentScroll="True" VerticalScrollBarVisibility="Auto"/>
|
TextWrapping="Wrap" ScrollViewer.CanContentScroll="True" VerticalScrollBarVisibility="Auto"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<GroupBox Header="Data File" Margin="0,4,0,0">
|
<GroupBox Header="Data File" Margin="0,4,0,0">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user