diff options
author | 2019-11-22 00:07:37 +0100 | |
---|---|---|
committer | 2019-11-22 00:15:52 +0100 | |
commit | 92c614cfe5d50fd03c6fc19f63eb793f27f84f61 (patch) | |
tree | 1c5096cfdd4b637abfde59f1db3ab3c0c6df2d19 /src/devices/bus/isa/isa_cards.cpp | |
parent | 101fad930d37696ac2346fe74b8f72f863052277 (diff) |
mda.cpp, eis_hgb107x: Ericsson High resolution Monochrome Graphics Board 1070 split out in its own file as being an oddity
Diffstat (limited to 'src/devices/bus/isa/isa_cards.cpp')
-rw-r--r-- | src/devices/bus/isa/isa_cards.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/isa_cards.cpp b/src/devices/bus/isa/isa_cards.cpp index 8724327c94d..17b42e105d9 100644 --- a/src/devices/bus/isa/isa_cards.cpp +++ b/src/devices/bus/isa/isa_cards.cpp @@ -22,6 +22,7 @@ #include "svga_tseng.h" #include "svga_trident.h" #include "num9rev.h" +#include "eis_hgb107x.h" // storage #include "fdc.h" |