@@ -110,6 +110,30 @@ So you can easy update them e.g.:
110
110
/home/FooBar/DragonPy_env/src/dragonpy$ git pull
111
111
}}}
112
112
113
+ ==== start DragonPy
114
+
115
+ The is a simple "starter GUI", just call the cli without arguments:
116
+
117
+ {{{~/DragonPy_env/bin/DragonPy}}}
118
+
119
+ Or call it in a activated environment, e.g.:
120
+ {{{
121
+ /home/FooBar$ cd DragonPy_env
122
+ /home/FooBar/DragonPy_env$ source bin/activate
123
+ (DragonPy_env)~/DragonPy_env$ DragonPy
124
+ }}}
125
+
126
+ It is possible to start machines directly:
127
+ {{{
128
+ (DragonPy_env)~/DragonPy_env$ DragonPy --machine=Dragon32 run
129
+ }}}
130
+
131
+ more info:
132
+ {{{
133
+ (DragonPy_env)~/DragonPy_env$ DragonPy --help
134
+ }}}
135
+
136
+
113
137
=== Windows
114
138
115
139
There are several ways to install the project under windows.
@@ -126,6 +150,13 @@ The default {{{boot_dragonpy.cmd}}} will install via {{{Python Package Index}}}
126
150
127
151
There exist some {{{.cmd}}} batch files for easy startup in {{{%APPDATA%\DragonPy_env\}}}
128
152
153
+ ==== start DragonPy
154
+
155
+ The is a simple "starter GUI", just call the cli without arguments:
156
+
157
+ {{{%APPDATA%\DragonPy_env\Scripts\DragonPy.exe}}}
158
+
159
+
129
160
130
161
== ROMs
131
162
@@ -143,35 +174,6 @@ sbc09 and vectrex ROMs are included.
143
174
All ROM files and download will be checked by SHA1 value, before use.
144
175
145
176
146
- == cli example
147
-
148
- start Dragon 32:
149
- {{{
150
- /home/FooBar$ cd DragonPy_env
151
- /home/FooBar/DragonPy_env$ source bin/activate
152
- (DragonPy_env)~/DragonPy_env$ DragonPy --machine=Dragon32 run
153
- }}}
154
-
155
- start Dragon 64:
156
- {{{
157
- (DragonPy_env)~/DragonPy_env$ DragonPy --machine=Dragon64 run
158
- }}}
159
-
160
- start CoCo with Extended Color Basic v1.1:
161
- {{{
162
- (DragonPy_env)~/DragonPy_env$ DragonPy --machine=CoCo2b run
163
- }}}
164
-
165
- start Multicomp 6809:
166
- {{{
167
- (DragonPy_env)~/DragonPy_env$ DragonPy --machine=Multicomp6809 run
168
- }}}
169
-
170
- start Lennart's 6809 single board computer:
171
- {{{
172
- (DragonPy_env)~/DragonPy_env$ DragonPy --machine=sbc09 run
173
- }}}
174
-
175
177
== unittests ==
176
178
177
179
=== run unittests ===
0 commit comments