Skip to content

Commit

Permalink
Update versions to 0.94b1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanchezv committed Jan 28, 2018
1 parent 794685b commit 41b9532
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 310 deletions.
3 changes: 3 additions & 0 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/home/jsanchez/src/JSpeccy/src/z80core/Z80.java</file>
<file>file:/home/jsanchez/src/JSpeccy/src/machine/Memory.java</file>
<file>file:/home/jsanchez/src/JSpeccy/src/machine/Clock.java</file>
<file>file:/home/jsanchez/src/JSpeccy/src/machine/Spectrum.java</file>
</group>
</open-files>
Expand Down
4 changes: 2 additions & 2 deletions src/gui/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ JSpeccy.imageHelpMenu.text=Keyboard...
CLOSE=Close
JSpeccy.aboutHelpMenu.text=About...
ABOUT_TITLE=About JSpeccy
ABOUT_MESSAGE=<html><center>JSpeccy v0.93.1 (Build: 08/08/2015)<br><br>ZX Spectrum 16k/48k/128k/+2/+2A Emulator<br><br>&copy; 2008-2015 Jos&eacute; Luis S&aacute;nchez<br><br>jspeccy@gmail.com<br><br>http://jspeccy.speccy.org<br><br>JHexView \u00a9 Sebastian Porst (sp@porst.tv)<br><br>Args4j \u00a9 Kohsuke Kawaguchi (kk@kohsuke.org)<br><br></center></html>
ABOUT_MESSAGE=<html><center>JSpeccy v0.94b1 (Build: 01/28/2018)<br><br>ZX Spectrum 16k/48k/128k/+2/+2A Emulator<br><br>&copy; 2008-2018 Jos&eacute; Luis S&aacute;nchez<br><br>jspeccy@gmail.com<br><br>http://jspeccy.speccy.org<br><br>JHexView \u00a9 Sebastian Porst (sp@porst.tv)<br><br>Args4j \u00a9 Kohsuke Kawaguchi (kk@kohsuke.org)<br><br></center></html>
JSpeccy.nmiMachineMenu.text=Generate NMI
JSpeccy.closeKeyboardHelper.text=Close
JSpeccy.keyboardImage.text=
Expand Down Expand Up @@ -298,7 +298,7 @@ CommandLineOptions.noSaveTrap.text=disable save trap
CommandLineOptions.fastload.text=enable fastload for normal speed tape blocks
CommandLineOptions.noAcceleratedLoading.text=disable accelerated loading
CommandLineOptions.noAutoLoad.text=disable autoload tape on insert
JSpeccy.usage.header.text=JSpeccy v0.93-RM2k14 (Build: 04/26/2014)\n\nAvailable command-line options:\n
JSpeccy.usage.header.text=JSpeccy v0.94b1 (Build: 01/28/2018)\n\nAvailable command-line options:\n
JSpeccy.usage.sample.text=java -jar JSpeccy.jar [options...] [file to load (sna, z80, szx, sp, tap, tzx, csw, rom)]
SettingsDialog.emulatorPanel.title.text=Emulator
SettingsDialog.emulatorTab.border.text=Options
Expand Down
4 changes: 2 additions & 2 deletions src/gui/Bundle_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ JSpeccy.imageHelpMenu.text=Teclado...
CLOSE=Cerrar
ABOUT_TITLE=Acerca de JSpeccy
JSpeccy.aboutHelpMenu.text=Acerca de...
ABOUT_MESSAGE=<html><center>JSpeccy v0.93.1 (Build: 08/08/2015)<br><br>Emulador del ZX Spectrum 16k/48k/128k/+2/+2A<br><br>&copy; 2008-2015 Jos&eacute; Luis S&aacute;nchez<br><br>jspeccy@gmail.com<br><br>http://jspeccy.speccy.org<br><br>JHexView \u00a9 Sebastian Porst (sp@porst.tv)<br><br>Args4j \u00a9 Kohsuke Kawaguchi (kk@kohsuke.org)<br><br></center></html>
ABOUT_MESSAGE=<html><center>JSpeccy v0.94b1 (Build: 28/01/2018)<br><br>Emulador del ZX Spectrum 16k/48k/128k/+2/+2A<br><br>&copy; 2008-2018 Jos&eacute; Luis S&aacute;nchez<br><br>jspeccy@gmail.com<br><br>http://jspeccy.speccy.org<br><br>JHexView \u00a9 Sebastian Porst (sp@porst.tv)<br><br>Args4j \u00a9 Kohsuke Kawaguchi (kk@kohsuke.org)<br><br></center></html>
JSpeccy.nmiMachineMenu.text=Generar NMI
JSpeccy.closeKeyboardHelper.text=Cerrar
JSpeccy.keyboardImage.text=
Expand Down Expand Up @@ -274,7 +274,7 @@ CommandLineOptions.noSaveTrap.text=no interceptar comando SAVE
CommandLineOptions.fastload.text=activa carga instantanea de bloques de velocidad est\u00e1ndar
CommandLineOptions.noAcceleratedLoading.text=desactiva la carga r\u00e1pida
CommandLineOptions.noAutoLoad.text=desactiva la carga autom\u00e1tica de cinta al insertar
JSpeccy.usage.header.text=JSpeccy v0.93-RM2k14 (Build: 26/04/2014)\n\nOpciones disponibles en l\u00ednea de comandos:\n
JSpeccy.usage.header.text=JSpeccy v0.94b1 (Build: 28/01/2018)\n\nOpciones disponibles en l\u00ednea de comandos:\n
JSpeccy.usage.sample.text=java -jar JSpeccy.jar [opciones...] [archivo a cargar (sna, z80, szx, sp, tap, tzx, csw, rom)]
SettingsDialog.emulatorPanel.title.text=Emulador
SettingsDialog.emulatorTab.border.text=Opciones
Expand Down
Loading

0 comments on commit 41b9532

Please sign in to comment.