diff options
author | 2014-08-10 19:40:29 +0000 | |
---|---|---|
committer | 2014-08-10 19:40:29 +0000 | |
commit | 66ba3beecf341a6a1b42b9fa4a454e60316157d6 (patch) | |
tree | b8c5b36faa6e566b58e4fbc562ca71b6877879a4 /.gitattributes | |
parent | 1174fbc4ba95c219c2a31fdbf2dd93a3d2534cac (diff) |
(MESS) Apple II updates:
- Added additional ROMs for TK3000
- Added preliminary mono/color config switch for pre-IIgs machines (doesn't yet work in lo-res)
- Moved Laser 3000 to its own driver since it's not very Apple-like and got it to boot into BASIC.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 376c207d2bf..6117e446011 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8127,6 +8127,7 @@ src/mess/drivers/konin.c svneol=native#text/plain src/mess/drivers/korgm1.c svneol=native#text/plain src/mess/drivers/kramermc.c svneol=native#text/plain src/mess/drivers/kyocera.c svneol=native#text/plain +src/mess/drivers/laser3k.c svneol=native#text/plain src/mess/drivers/lc80.c svneol=native#text/plain src/mess/drivers/lcmate2.c svneol=native#text/plain src/mess/drivers/lft.c svneol=native#text/plain |