trunk/src/emu/bus/c64/exp.c
r26705 | r26706 | |
306 | 306 | // SLOT_INTERFACE( c64_expansion_cards ) |
307 | 307 | //------------------------------------------------- |
308 | 308 | |
| 309 | |
| 310 | // slot devices |
| 311 | #include "16kb.h" |
| 312 | #include "c128_comal80.h" |
| 313 | #include "comal80.h" |
| 314 | #include "cpm.h" |
| 315 | #include "currah_speech.h" |
| 316 | #include "dela_ep256.h" |
| 317 | #include "dela_ep64.h" |
| 318 | #include "dela_ep7x8.h" |
| 319 | #include "dinamic.h" |
| 320 | #include "dqbb.h" |
| 321 | #include "easy_calc_result.h" |
| 322 | #include "easyflash.h" |
| 323 | #include "epyx_fast_load.h" |
| 324 | #include "exos.h" |
| 325 | #include "fcc.h" |
| 326 | #include "final.h" |
| 327 | #include "final3.h" |
| 328 | #include "fun_play.h" |
| 329 | #include "georam.h" |
| 330 | #include "ide64.h" |
| 331 | #include "ieee488.h" |
| 332 | #include "kingsoft.h" |
| 333 | #include "mach5.h" |
| 334 | #include "magic_desk.h" |
| 335 | #include "magic_formel.h" |
| 336 | #include "magic_voice.h" |
| 337 | #include "midi_maplin.h" |
| 338 | #include "midi_namesoft.h" |
| 339 | #include "midi_passport.h" |
| 340 | #include "midi_sci.h" |
| 341 | #include "midi_siel.h" |
| 342 | #include "mikro_assembler.h" |
| 343 | #include "multiscreen.h" |
| 344 | #include "music64.h" |
| 345 | #include "neoram.h" |
| 346 | #include "ocean.h" |
| 347 | #include "pagefox.h" |
| 348 | #include "partner.h" |
| 349 | #include "prophet64.h" |
| 350 | #include "ps64.h" |
| 351 | #include "reu.h" |
| 352 | #include "rex.h" |
| 353 | #include "rex_ep256.h" |
| 354 | #include "ross.h" |
| 355 | #include "sfx_sound_expander.h" |
| 356 | #include "silverrock.h" |
| 357 | #include "simons_basic.h" |
| 358 | #include "stardos.h" |
| 359 | #include "std.h" |
| 360 | #include "structured_basic.h" |
| 361 | #include "super_explode.h" |
| 362 | #include "super_games.h" |
| 363 | #include "supercpu.h" |
| 364 | #include "sw8k.h" |
| 365 | #include "swiftlink.h" |
| 366 | #include "system3.h" |
| 367 | #include "tdos.h" |
| 368 | #include "turbo232.h" |
| 369 | #include "vizastar.h" |
| 370 | #include "vw64.h" |
| 371 | #include "warp_speed.h" |
| 372 | #include "westermann.h" |
| 373 | #include "xl80.h" |
| 374 | #include "zaxxon.h" |
| 375 | |
309 | 376 | SLOT_INTERFACE_START( c64_expansion_cards ) |
310 | 377 | SLOT_INTERFACE("16k", C64_16KB) |
311 | 378 | SLOT_INTERFACE("cpm", C64_CPM) |
trunk/src/emu/bus/c64/exp.h
r26705 | r26706 | |
187 | 187 | // device type definition |
188 | 188 | extern const device_type C64_EXPANSION_SLOT; |
189 | 189 | |
190 | | |
191 | | // slot devices |
192 | | #include "16kb.h" |
193 | | #include "c128_comal80.h" |
194 | | #include "comal80.h" |
195 | | #include "cpm.h" |
196 | | #include "currah_speech.h" |
197 | | #include "dela_ep256.h" |
198 | | #include "dela_ep64.h" |
199 | | #include "dela_ep7x8.h" |
200 | | #include "dinamic.h" |
201 | | #include "dqbb.h" |
202 | | #include "easy_calc_result.h" |
203 | | #include "easyflash.h" |
204 | | #include "epyx_fast_load.h" |
205 | | #include "exos.h" |
206 | | #include "fcc.h" |
207 | | #include "final.h" |
208 | | #include "final3.h" |
209 | | #include "fun_play.h" |
210 | | #include "georam.h" |
211 | | #include "ide64.h" |
212 | | #include "ieee488.h" |
213 | | #include "kingsoft.h" |
214 | | #include "mach5.h" |
215 | | #include "magic_desk.h" |
216 | | #include "magic_formel.h" |
217 | | #include "magic_voice.h" |
218 | | #include "midi_maplin.h" |
219 | | #include "midi_namesoft.h" |
220 | | #include "midi_passport.h" |
221 | | #include "midi_sci.h" |
222 | | #include "midi_siel.h" |
223 | | #include "mikro_assembler.h" |
224 | | #include "multiscreen.h" |
225 | | #include "music64.h" |
226 | | #include "neoram.h" |
227 | | #include "ocean.h" |
228 | | #include "pagefox.h" |
229 | | #include "partner.h" |
230 | | #include "prophet64.h" |
231 | | #include "ps64.h" |
232 | | #include "reu.h" |
233 | | #include "rex.h" |
234 | | #include "rex_ep256.h" |
235 | | #include "ross.h" |
236 | | #include "sfx_sound_expander.h" |
237 | | #include "silverrock.h" |
238 | | #include "simons_basic.h" |
239 | | #include "stardos.h" |
240 | | #include "std.h" |
241 | | #include "structured_basic.h" |
242 | | #include "super_explode.h" |
243 | | #include "super_games.h" |
244 | | #include "supercpu.h" |
245 | | #include "sw8k.h" |
246 | | #include "swiftlink.h" |
247 | | #include "system3.h" |
248 | | #include "tdos.h" |
249 | | #include "turbo232.h" |
250 | | #include "vizastar.h" |
251 | | #include "vw64.h" |
252 | | #include "warp_speed.h" |
253 | | #include "westermann.h" |
254 | | #include "xl80.h" |
255 | | #include "zaxxon.h" |
256 | | |
257 | 190 | SLOT_INTERFACE_EXTERN( c64_expansion_cards ); |
258 | 191 | |
259 | 192 | |
trunk/src/mess/includes/c128.h
r26705 | r26706 | |
11 | 11 | #include "bus/c64/user.h" |
12 | 12 | #include "bus/pet/cass.h" |
13 | 13 | #include "bus/vcs/ctrl.h" |
14 | | #include "machine/cbm_snqk.h" |
| 14 | #include "imagedev/snapquik.h" |
15 | 15 | #include "cpu/m6502/m8502.h" |
16 | 16 | #include "machine/mos6526.h" |
17 | 17 | #include "machine/mos8722.h" |
18 | 18 | #include "machine/pla.h" |
19 | 19 | #include "machine/ram.h" |
20 | | #include "sound/dac.h" |
21 | 20 | #include "sound/mos6581.h" |
| 21 | #include "video/mc6845.h" |
22 | 22 | #include "video/mos6566.h" |
23 | 23 | |
24 | 24 | #define Z80A_TAG "u10" |