Previous | 199869 Revisions | Next |
r18197 Saturday 29th September, 2012 at 07:42:26 UTC by hap |
---|
fix compile? |
[src/mame/drivers] | bfm_sc1.c |
r18196 | r18197 | |
---|---|---|
97 | 97 | #include "sound/upd7759.h" |
98 | 98 | #include "machine/nvram.h" |
99 | 99 | #include "machine/bfm_comn.h" |
100 | #include "bfm_sc1.lh" | |
101 | 100 | |
101 | #include "sc1_vfd.lh" | |
102 | #include "sc1_vid.lh" | |
103 | ||
102 | 104 | class bfm_sc1_state : public driver_device |
103 | 105 | { |
104 | 106 | public: |
Previous | 199869 Revisions | Next |