Devices supported on PCjr
PC Enterprises GameMaster, Resound jr (adlib) MS Booster/PC Enterprises jrBus-Mouse, PC Enterprises GameMaster (bus mouse) Various (generic) RTC Corel LS2000 SCSI
This commit is contained in:
@@ -862,7 +862,7 @@ static const device_config_t mm58167_config[] = {
|
||||
static const device_t mm58167_device = {
|
||||
.name = "Generic MM58167 RTC",
|
||||
.internal_name = "rtc_mm58167",
|
||||
.flags = DEVICE_ISA,
|
||||
.flags = DEVICE_ISA | DEVICE_SIDECAR,
|
||||
.local = ISARTC_MM58167,
|
||||
.init = isartc_init,
|
||||
.close = isartc_close,
|
||||
|
||||
@@ -815,7 +815,7 @@ static const device_config_t ms_config[] = {
|
||||
const device_t mouse_logibus_device = {
|
||||
.name = "Logitech/Microsoft Bus Mouse",
|
||||
.internal_name = "logibus",
|
||||
.flags = DEVICE_ISA,
|
||||
.flags = DEVICE_ISA | DEVICE_SIDECAR,
|
||||
.local = MOUSE_TYPE_LOGIBUS,
|
||||
.init = bm_init,
|
||||
.close = bm_close,
|
||||
@@ -843,7 +843,7 @@ const device_t mouse_logibus_onboard_device = {
|
||||
const device_t mouse_msinport_device = {
|
||||
.name = "Microsoft Bus Mouse (InPort)",
|
||||
.internal_name = "msbus",
|
||||
.flags = DEVICE_ISA,
|
||||
.flags = DEVICE_ISA | DEVICE_SIDECAR,
|
||||
.local = MOUSE_TYPE_INPORT,
|
||||
.init = bm_init,
|
||||
.close = bm_close,
|
||||
|
||||
Reference in New Issue
Block a user