1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-04-17 16:43:42 +00:00
Files
pkimpel.retro-220/.gitattributes
Paul Kimpel a29f2cac5d Commit retro-220 emulator version 0.07:
1. Implement centralized pop-up window opening mechanism to enforce a delay between pop-up opens. This is to satisfy new restrictions on multiple pop-ups imposed by the Apple Safari 11.0 browser.
2. Correct Reload-Lockout behavior and format band 6 initialization in B220CardatronInput.
3. Correct translation of sign digits and skip-to-channel behavior in B220CardatronOutput.
4. Strip sign digit from search/scan argument word when storing into B220MagTapeControl T register.
5. Remove option for 1000-word system memory size and correct handling of memory size list selection in B220SystemConfig.
6. Change reel-to-reel magnetic tape name from DataReader to TSU in B220SystemConfig.
2018-03-03 10:18:55 -08:00

34 lines
617 B
Plaintext

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.html text
*.css text
*.js text
*.md text
*.txt text
*.lst text
*.svg text
*.card text
*.tape text
*.pt text
*.bacg text
*.baca text
*.cmd text
*.bat text
*.wsf text
*.vbs text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.gif binary
*.jpg binary
*.ttf binary
*.woff binary
*.pdf binary
*.doc binary
*.docx binary
*.xls binary
*.xlsx binary