]> git.sur5r.net Git - cc65/commit
Introduced mass-storage device enumaration - with implementation for C64 and C128.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 9 Sep 2012 12:14:45 +0000 (12:14 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 9 Sep 2012 12:14:45 +0000 (12:14 +0000)
commitb586d5ef69ccec2af7659c8702e5d628a9455e1e
treefe892973ede3b00da960148b00a5b9511f5999c5
parent640460deb5caec133af023ef65ea352cb53eaec4
Introduced mass-storage device enumaration - with implementation for C64 and C128.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5820 b7a2c559-68d2-44c3-8de9-860c34a00d81
include/device.h [new file with mode: 0644]
libsrc/c128/Makefile
libsrc/c128/getdevice.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/getdevice.s [new file with mode: 0644]