Changeset 584 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/Version.inc
- Timestamp:
- Apr 25, 2015, 7:17:41 PM (10 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/Version.inc
r563 r584 17 17 ; GNU General Public License for more details. 18 18 ; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 19 ; 20 21 ; Flash signature revisions: 22 ; XTIDE205 Added DEVICE_8BIT_XTCF_PIO16_WITH_BIU_OFFLOAD after other XT-CF 23 ; PIO modes (prevents empty indexes in PIO jump tables) 19 24 ; 20 25 … … 43 48 %define TITLE_STRING TITLE_STRING_START, TITLE_STRING_END 44 49 %define ROM_VERSION_STRING "v2.0.0",BETA,"3+ (",__DATE__,")",NULL 45 %define FLASH_SIGNATURE "XTIDE20 4" ; Do not terminate with NULL50 %define FLASH_SIGNATURE "XTIDE205" ; Do not terminate with NULL 46 51 47 52
Note:
See TracChangeset
for help on using the changeset viewer.