diff options
| author | 2012-09-17 06:37:37 +0000 | |
|---|---|---|
| committer | 2012-09-17 06:37:37 +0000 | |
| commit | f97e8f00818bd8d898facc206ed33ab72cf10a75 (patch) | |
| tree | 3a021c194ebfddc4a1ac50c11cc9338d93eb2e91 /src/mess/drivers | |
| parent | f18ba655cc9409898ee372663a6c2c34d7234675 (diff) | |
ATI Stereo F/X ISA card support [Carl]
Diffstat (limited to 'src/mess/drivers')
| -rw-r--r-- | src/mess/drivers/at.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/at.c b/src/mess/drivers/at.c index 1e6cb8d03aa..6ad885f3492 100644 --- a/src/mess/drivers/at.c +++ b/src/mess/drivers/at.c @@ -362,6 +362,7 @@ static SLOT_INTERFACE_START(pc_isa16_cards) SLOT_INTERFACE("gblaster", ISA8_GAME_BLASTER) SLOT_INTERFACE("sblaster1_0", ISA8_SOUND_BLASTER_1_0) SLOT_INTERFACE("sblaster1_5", ISA8_SOUND_BLASTER_1_5) + SLOT_INTERFACE("stereo_fx", ISA8_STEREO_FX) SLOT_INTERFACE("ne1000", NE1000) SLOT_INTERFACE("3c503", EL2_3C503) SLOT_INTERFACE("mpu401", ISA8_MPU401) |
