summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cs8900a.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change parameter type for device_network_interface::set_mac from char * to u8 * AJR2023-09-191-1/+1
|
* Various devices: Correct placement of U integer suffix in definitions of ↵ AJR2023-03-231-11/+11
| | | | | | | | shifted LOG_xxx constant macros (continued from 0c382ffc806ee926765f50e0615fde4de14a2408) * bandit: Use swapendian_int32 function * pokey: Improve some subtle aspects of keyboard handling
* dinetwork: Add mtu paramter and remove unnecessary floating point ↵ tedgreen992022-05-121-1/+1
| | | | calculations (#9742)
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-214/+214
|
* bus/a2bus: Added Uthernet card emulation for Apple IIgs (#7090) Rhett Aultman2020-08-311-0/+1513
* Ported Cirrus Logic CS8900A Crystal LAN MAC emulation from VICE and hooked it up to Apple II card device. * Adds Ethernet networking support for Apple IIgs.