equal
deleted
inserted
replaced
246 View=%view{ascii} file %f && nm -C %f |
246 View=%view{ascii} file %f && nm -C %f |
247 shell/.class |
247 shell/.class |
248 View=%view{ascii} tmp=%p; javap -c ${tmp%%.class} |
248 View=%view{ascii} tmp=%p; javap -c ${tmp%%.class} |
249 |
249 |
250 ################################################################ |
250 ################################################################ |
251 # Game ROMs. |
251 # Game/console ROMs. |
252 |
252 |
253 shell/.nes |
253 shell/.nes |
254 Include=nesgame |
254 Include=nesgame |
255 type/^iNES ROM dump |
255 type/^iNES ROM dump |
256 Include=nesgame |
256 Include=nesgame |
276 Include=segagame |
276 Include=segagame |
277 include/segagame |
277 include/segagame |
278 Open=gens %f & |
278 Open=gens %f & |
279 View=%view{ascii} file %f |
279 View=%view{ascii} file %f |
280 |
280 |
|
281 shell/.n64 |
|
282 Include=n64game |
|
283 include/n64game |
|
284 Open=mupen64plus --windowed --resolution 800x600 --emumode 2 %f & |
|
285 View=%view{ascii} echo I am thinks that %f is a Nindendo 64 rom... |
|
286 |
281 ################################################################ |
287 ################################################################ |
282 # Misc, tutorial, help rules. |
288 # Misc, tutorial, help rules. |
283 |
289 |
284 shell/.my |
290 shell/.my |
285 Open=tmp=%f; echo ${tmp%.my} %f %{Enter opt:} %{Enter file:} |
291 Open=tmp=%f; echo ${tmp%.my} %f %{Enter opt:} %{Enter file:} |