Guest User

Untitled

a guest
Dec 27th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. 22/12/26 Ver. 2.0.4
  2. Implemented kana romaji input. (Thanks to Windy)
  3. Key auto-entry is modified to change the key matrix as if it were an actual keystroke.
  4. The old spec forced a key interrupt from the string, but this is not recorded in replay.
  5. The old specification does not record replays correctly because Roman input uses
  6. automatic key input internally. The key matrix is recorded in the replay file frame by
  7. frame, so the actual input can be reproduced.
  8. Added mutex to key matrix processing. Prevented matrix changes during key scan.
  9. Improved accuracy of PSG/FM sound generation samples.
  10. The number of audio samples per frame was kept constant during replay playback/recording.
  11. (To reproduce PSG status)
  12. Replays were changed so that only frames with a change in key matrix are recorded.
  13. Fixed a bug that a newline is not included at the end of the last line when a file
  14. is read by automatic key input. Fixed a bug that TAB? was output when switching
  15. between kana and kana-kana (SHIFT+PAGE).
  16. Fixed SAVE anywhere. did not save CPU IFF, IFF2, Halt correctly.
  17. Fixed first frame of replay was not playing.
  18. Change the encoding of this file (Readme.txt) from Shift JIS to UTF-8.
  19.  
  20. 22/08/01 Ver. 2.0.3
  21. Added option to select whether or not to confirm when executing LOAD(SLOT) anywhere
  22. (default: Yes)
  23. ).
  24. Video capture to support ffmpeg5 and separate threading to reduce load. (eighttails, Than
  25. ks)
  26. Sub-CPU interrupt handling was reverted to Ver. 2.0.1 equivalent.
  27. Tentative countermeasure for missing interrupts. Corrected access to
  28. extended ROM/RAM; could not access areas larger than 64KB. Preparation
  29. for i18n support. (Preparation only)
  30. Refactoring (e.g., coding style organization).
  31.  
  32. 21/12/19 Ver. 2.0.2
  33. Fixed PortF8H processing; eliminated the symptom of characters not being displayed in SR's
  34. Japanese word processor. (Tiny bastard.
  35. Thanks)
  36. PortB1H Bit0 timer interrupt permission flag was modified to apply to VRTC interrupts as
  37. well. Corrected processing of PortF3H, F4H, F5H, and F7H, disabled in SR mode.
  38. Modified SR sub-CPU interrupts. Interrupt vectors are read from PPI when reading from I/O
  39. port. Excited four hemp
  40. The sparrows are now moving.
  41. When CLEARing a breakpoint in monitor mode, only the first breakpoint was deleted, but now
  42. all breakpoints are deleted.
  43. The following is a list of the most common problems with the
  44. Fixed that break factors were not displayed at monitor mode break.
  45. Allow breakpoints to be set for monitor mode interrupts.
  46. Added a list of monitor mode interrupt vectors.
  47.  
  48. 21/06/20 Ver. 2.0.1
  49. Preferences Fixed color code misalignment in color settings dialog. (Thanks to
  50. eighttails) Changed version notation Ver.x.xx -> Ver.x.x.x
  51.  
  52. 21/06/19 Ver. 2.00 <It has already been 5
  53. years... >> Migration of development
  54. environment from MSYS to MSYS2. Migration
  55. of SDL from Ver.1 to Ver.2.
  56. Extensive review of OSD-related functions and various internal
  57. processes. Refactoring of all the processes. Changed internal character
  58. encoding to UTF-8.
  59. Converted full-width font files to ShiftJIS. Removed
  60. Apple support, which is now concentrated in OSD functions.
  61. (Sorry Windy.)
  62. When a folder does not exist at startup, a new folder is created.
  63. When a file is not found, the file name is displayed as much as
  64. possible. When detecting system ROM, all sub folders are searched.
  65. Added option to ignore CRC check of system ROM. (Compatible with
  66. BASIC) The configuration of the Preferences dialog has been
  67. completely revised.
  68. When the Preferences dialog is closed, it is restarted only when necessary.
  69. The auto-repeat interval of key input can no longer be set after SDL2
  70. transition.
  71. Assign the Kana key to the Katakana/Hiragana key as well. Because there is no Pause key in
  72. some cases these days.
  73. Window size can be freely changed by dragging. (Fixed values of 100%, 200%, and 300% can
  74. also be selected in the menu.)
  75. Changed 4:3 display from "portrait" to "landscape". Created
  76. [CMT][FDD] section in INI file and separated CMT and FDD related items. Changed
  77. the stop bit of TAPE, and changed the internal processing of P6T. (Thanks to Izumi)
  78. The magnification of BoostUp of TAPE was changed from 8x to 7x. The cursor is now
  79. erased when the mouse is not moved for a certain period of time in full screen mode.
  80. The command to display the dialog is sealed when in full screen.
  81. Indicator in status bar during video capture.
  82. Added switching resolution and display settings during video capture.
  83. Setting items added. Added simple anywhere SAVE/LOAD. (Thanks to
  84. eighttails)
  85. Enabled to force execution of different versions of SAVE file anywhere.
  86. Extended RAM and Warrior cartridges are consolidated as "Extended Cartridges". Temporarily
  87. mounted genuine cartridges and the like. PC-6005 ROM cartridge
  88. PC-6006 Extended ROM/RAM
  89. Cartridge PCS-6001R Extended
  90. BASIC
  91. PC-6601-01 Extended Kanji ROM
  92. cartridge PC-6006SR Extended
  93. 64KRAM cartridge
  94. PC-6007SR Extended Kanji ROM & RAM
  95. Cartridge PC-6053 Voice Synthesizer
  96. (not yet) PC-60m55 FM Sound
  97. Cartridge (not yet)
  98. Warrior Cartridge mk I
  99. Warrior Cartridge mk
  100. II
  101. Warrior Cartridge mk III (Not yet)
  102. Added extended cartridge name display to status bar.
  103. PortC3H output (I/O control of PortC2H) and PortC2H input (ROM switching) are implemented.
  104. (Thanks to Mr. Akikawa)
  105. Changed VSYNC frequency from 60Hz
  106. (tentative) to 59.922Hz. Added I/O port
  107. display to monitor mode.
  108. Changed to be able to take snapshots in monitor mode. Added an item to
  109. the menu. Corrected omissions in reading from INI files. (TAPE LPF
  110. cutoff frequency, font related)
  111. Revised CG ROM access process. Degreased support for Japanese word
  112. processing in the previous SR. Fixed a crash bug in the message
  113. display of Colony Odyssey.
  114. Fixed wrong code for DEL key. Fixed being able to delete characters in Colony Odyssey.
  115. Fixed page switching in SR graphic mode was not displayed correctly. (Thanks to Esubi)
  116. Fixed FDC processing for 66/66SR; results were not correct when Read/Write Disk was
  117. used.
  118. After the last sector is read/write, C=next cylinder R=first sector.
  119. The "Patch ROM" function was abolished. The "Patch ROM" function was
  120. removed. It was supposed to be a bug fix, but it had a bug itself and
  121. joystick 2 was not recognized. (Thanks to eighttails)
  122. Added SAVE anywhere on YM2203 as it was not yet implemented.
  123. Fixed SAVE anywhere not saving back buffer parameters. (thanks to eighttails!
  124. s)
  125.  
  126. 16/08/15 Ver. 1.25
  127. Fixed a freeze when a breakpoint is hit in monitor mode. (Thanks to eighttails and Akikawasan)
  128. Fixed that Kanji characters are displayed
  129. incorrectly in Mode 5 of SR. Fixed that
  130. characters are not displayed in Japanese word
  131. processor of SR.
Add Comment
Please, Sign In to add comment