From d9795718803650fcb208a470af07a6e8607850f7 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Wed, 1 Jul 2020 11:06:23 -0700 Subject: [PATCH] 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. --- SourceGen/RuntimeData/SystemDefs.json | 13 ------------- SourceGen/WpfGui/NewProject.xaml | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/SourceGen/RuntimeData/SystemDefs.json b/SourceGen/RuntimeData/SystemDefs.json index b20eafa..28b8592 100644 --- a/SourceGen/RuntimeData/SystemDefs.json +++ b/SourceGen/RuntimeData/SystemDefs.json @@ -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", diff --git a/SourceGen/WpfGui/NewProject.xaml b/SourceGen/WpfGui/NewProject.xaml index 8008293..20280ef 100644 --- a/SourceGen/WpfGui/NewProject.xaml +++ b/SourceGen/WpfGui/NewProject.xaml @@ -42,7 +42,7 @@ limitations under the License. Details: + TextWrapping="Wrap" ScrollViewer.CanContentScroll="True" VerticalScrollBarVisibility="Auto"/>