1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-05-31 22:41:37 +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:
Andy McFadden 2020-07-01 11:06:23 -07:00
parent 86be31a02f
commit d979571880
2 changed files with 1 additions and 14 deletions

View File

@ -170,19 +170,6 @@
"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)",
"GroupName" : "Commodore",

View File

@ -42,7 +42,7 @@ limitations under the License.
<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"
ScrollViewer.CanContentScroll="True" VerticalScrollBarVisibility="Auto"/>
TextWrapping="Wrap" ScrollViewer.CanContentScroll="True" VerticalScrollBarVisibility="Auto"/>
</Grid>
<GroupBox Header="Data File" Margin="0,4,0,0">