]> git.sur5r.net Git - cc65/commit
I wasn't aware that the unit numbers in the ProDOS device list contain device type...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 15 Oct 2012 21:59:51 +0000 (21:59 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 15 Oct 2012 21:59:51 +0000 (21:59 +0000)
commit272b8e718533466e81e5006b2ce147816daf6359
treedae2813470e5ab914fccf2e64c67cc5505287ae6
parent170c59e4c22b0008f31f01f292deca0ecd7b160b
I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5852 b7a2c559-68d2-44c3-8de9-860c34a00d81
doc/apple2.sgml
doc/apple2enh.sgml
libsrc/apple2/Makefile
libsrc/apple2/devicedir.s
libsrc/apple2/dioopen.s
libsrc/apple2/getdevice.s
libsrc/apple2/isdevice.s [new file with mode: 0644]
libsrc/apple2enh/Makefile