Several bug fixes; Preliminar addition of the SDL 2 renderer (does not yet work correctly in full screen mode); SCSI devices no longer have configurable LUN's (this matches the configurability of real SCSI devices); SCSI LUN's are now handed by the device's handler; Removed all unused strings; Removed some unused code files; Significantly rewrote the bus mouse emulation.
8 lines
107 B
C
8 lines
107 B
C
#ifndef NET_3C503_H
|
|
# define NET_3C503_H
|
|
|
|
extern const device_t threec503_device;
|
|
|
|
|
|
#endif /*NET_3C503_H*/
|