refactored upstream devices
This commit is contained in:
@@ -722,6 +722,7 @@ static const device_config_t genericxt_config[] =
|
|||||||
|
|
||||||
static const device_t genericxt_device = {
|
static const device_t genericxt_device = {
|
||||||
"Generic PC/XT Memory Expansion",
|
"Generic PC/XT Memory Expansion",
|
||||||
|
"genericxt",
|
||||||
DEVICE_ISA,
|
DEVICE_ISA,
|
||||||
ISAMEM_GENXT_CARD,
|
ISAMEM_GENXT_CARD,
|
||||||
isamem_init, isamem_close, NULL,
|
isamem_init, isamem_close, NULL,
|
||||||
@@ -777,6 +778,7 @@ static const device_config_t genericat_config[] =
|
|||||||
|
|
||||||
static const device_t genericat_device = {
|
static const device_t genericat_device = {
|
||||||
"Generic PC/AT Memory Expansion",
|
"Generic PC/AT Memory Expansion",
|
||||||
|
"genericat",
|
||||||
DEVICE_ISA,
|
DEVICE_ISA,
|
||||||
ISAMEM_GENAT_CARD,
|
ISAMEM_GENAT_CARD,
|
||||||
isamem_init, isamem_close, NULL,
|
isamem_init, isamem_close, NULL,
|
||||||
@@ -832,6 +834,7 @@ static const device_config_t a6pak_config[] =
|
|||||||
|
|
||||||
static const device_t a6pak_device = {
|
static const device_t a6pak_device = {
|
||||||
"AST SixPakPlus",
|
"AST SixPakPlus",
|
||||||
|
"a6pak",
|
||||||
DEVICE_ISA,
|
DEVICE_ISA,
|
||||||
ISAMEM_A6PAK_CARD,
|
ISAMEM_A6PAK_CARD,
|
||||||
isamem_init, isamem_close, NULL,
|
isamem_init, isamem_close, NULL,
|
||||||
@@ -1072,6 +1075,7 @@ static const device_config_t brat_config[] =
|
|||||||
|
|
||||||
static const device_t brat_device = {
|
static const device_t brat_device = {
|
||||||
"BocaRAM/AT",
|
"BocaRAM/AT",
|
||||||
|
"brat",
|
||||||
DEVICE_ISA,
|
DEVICE_ISA,
|
||||||
ISAMEM_BRAT_CARD,
|
ISAMEM_BRAT_CARD,
|
||||||
isamem_init, isamem_close, NULL,
|
isamem_init, isamem_close, NULL,
|
||||||
@@ -1277,6 +1281,7 @@ static const device_config_t iab_config[] =
|
|||||||
|
|
||||||
static const device_t iab_device = {
|
static const device_t iab_device = {
|
||||||
"Intel AboveBoard",
|
"Intel AboveBoard",
|
||||||
|
"iab",
|
||||||
DEVICE_ISA,
|
DEVICE_ISA,
|
||||||
ISAMEM_ABOVEBOARD_CARD,
|
ISAMEM_ABOVEBOARD_CARD,
|
||||||
isamem_init, isamem_close, NULL,
|
isamem_init, isamem_close, NULL,
|
||||||
|
@@ -737,6 +737,7 @@ static const device_config_t a6pak_config[] = {
|
|||||||
|
|
||||||
static const device_t a6pak_device = {
|
static const device_t a6pak_device = {
|
||||||
"AST SixPakPlus",
|
"AST SixPakPlus",
|
||||||
|
"a6pak",
|
||||||
DEVICE_ISA,
|
DEVICE_ISA,
|
||||||
ISARTC_A6PAK,
|
ISARTC_A6PAK,
|
||||||
isartc_init, isartc_close, NULL,
|
isartc_init, isartc_close, NULL,
|
||||||
|
@@ -191,6 +191,7 @@ ps1snd_close(void *priv)
|
|||||||
|
|
||||||
const device_t ps1snd_device = {
|
const device_t ps1snd_device = {
|
||||||
"IBM PS/1 Audio Card",
|
"IBM PS/1 Audio Card",
|
||||||
|
"ps1snd",
|
||||||
0, 0,
|
0, 0,
|
||||||
ps1snd_init, ps1snd_close,
|
ps1snd_init, ps1snd_close,
|
||||||
NULL,
|
NULL,
|
||||||
|
@@ -293,6 +293,7 @@ const device_t pssj_1e0_device =
|
|||||||
const device_t pssj_isa_device =
|
const device_t pssj_isa_device =
|
||||||
{
|
{
|
||||||
"Tandy PSSJ Clone",
|
"Tandy PSSJ Clone",
|
||||||
|
"pssj_isa",
|
||||||
DEVICE_ISA,
|
DEVICE_ISA,
|
||||||
0,
|
0,
|
||||||
pssj_isa_init,
|
pssj_isa_init,
|
||||||
|
Reference in New Issue
Block a user