Previous | 199869 Revisions | Next |
r17578 Thursday 30th August, 2012 at 10:06:22 UTC by Miodrag Milanović |
---|
Removed zero sized inline_config (no whatsnew) |
[src/emu/machine] | pic8259.c pit8253.c s3c24xx.c |
[src/emu/video] | i8275.c tms9927.c |
[src/mame/machine] | gaelco3d.c mathbox.c |
[src/mess/audio] | mea8000.c |
[src/mess/machine] | 990_tap.c applefdc.c at45dbxx.c atarifdc.c ay31015.c beta.c ds1315.c e05a03.c er59256.c i8271.c kr2376.c mc68328.c mc6843.c mc6846.c mc6854.c mm58274c.c mos6530.c pc_lpt.c pcf8593.c pf10.c s3c44b0.c tf20.c upd7002.c upd765.c |
[src/mess/video] | apollo.c k1ge.c vtvideo.c |
r17577 | r17578 | |
---|---|---|
504 | 504 | { |
505 | 505 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
506 | 506 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(gaelco_serial_state); break; |
507 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
508 | //case DEVINFO_INT_CLASS: info->i = DEVICE_CLASS_PERIPHERAL; break; | |
509 | 507 | |
510 | 508 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
511 | 509 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(gaelco_serial);break; |
r17577 | r17578 | |
---|---|---|
344 | 344 | { |
345 | 345 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
346 | 346 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mathbox_state); break; |
347 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
348 | 347 | |
349 | 348 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
350 | 349 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mathbox);break; |
r17577 | r17578 | |
---|---|---|
594 | 594 | { |
595 | 595 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
596 | 596 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(i8275_t); break; |
597 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
598 | 597 | |
599 | 598 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
600 | 599 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(i8275); break; |
r17577 | r17578 | |
---|---|---|
314 | 314 | { |
315 | 315 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
316 | 316 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(tms9927_state); break; |
317 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
318 | 317 | |
319 | 318 | /* --- the following bits of info are returned as pointers to functions --- */ |
320 | 319 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(tms9927); break; |
r17577 | r17578 | |
---|---|---|
453 | 453 | switch ( state ) { |
454 | 454 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
455 | 455 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(pic8259_t); break; |
456 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
457 | 456 | |
458 | 457 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
459 | 458 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(pic8259); break; |
r17577 | r17578 | |
---|---|---|
3708 | 3708 | { |
3709 | 3709 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
3710 | 3710 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(s3c24xx_t); break; |
3711 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
3712 | // case DEVINFO_INT_CLASS: info->i = DEVICE_CLASS_PERIPHERAL; break; | |
3713 | 3711 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
3714 | 3712 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(s3c24xx); break; |
3715 | 3713 | case DEVINFO_FCT_RESET: info->reset = DEVICE_RESET_NAME(s3c24xx); break; |
r17577 | r17578 | |
---|---|---|
1159 | 1159 | switch ( state ) { |
1160 | 1160 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
1161 | 1161 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(pit8253_t); break; |
1162 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
1163 | 1162 | |
1164 | 1163 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
1165 | 1164 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(pit8253); break; |
r17577 | r17578 | |
---|---|---|
707 | 707 | switch ( state ) { |
708 | 708 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
709 | 709 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mea8000_t); break; |
710 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
711 | 710 | |
712 | 711 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
713 | 712 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mea8000); break; |
r17577 | r17578 | |
---|---|---|
440 | 440 | { |
441 | 441 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
442 | 442 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mos6530_state); break; |
443 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
444 | 443 | |
445 | 444 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
446 | 445 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mos6530); break; |
r17577 | r17578 | |
---|---|---|
1046 | 1046 | switch ( state ) { |
1047 | 1047 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
1048 | 1048 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mc6854_t); break; |
1049 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
1050 | 1049 | |
1051 | 1050 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
1052 | 1051 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mc6854); break; |
r17577 | r17578 | |
---|---|---|
616 | 616 | switch ( state ) { |
617 | 617 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
618 | 618 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mc6846_t); break; |
619 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
620 | 619 | |
621 | 620 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
622 | 621 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mc6846); break; |
r17577 | r17578 | |
---|---|---|
116 | 116 | { |
117 | 117 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
118 | 118 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(e05a03_state); break; |
119 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
120 | 119 | |
121 | 120 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
122 | 121 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(e05a03); break; |
r17577 | r17578 | |
---|---|---|
1071 | 1071 | switch (state) |
1072 | 1072 | { |
1073 | 1073 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
1074 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
1075 | 1074 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(tap_990_t); break; |
1076 | 1075 | |
1077 | 1076 | /* --- the following bits of info are returned as pointers --- */ |
r17577 | r17578 | |
---|---|---|
249 | 249 | { |
250 | 250 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
251 | 251 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(ds1315_t); break; |
252 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
253 | 252 | |
254 | 253 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
255 | 254 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(ds1315); break; |
r17577 | r17578 | |
---|---|---|
121 | 121 | { |
122 | 122 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
123 | 123 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(pc_lpt_state); break; |
124 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
125 | 124 | |
126 | 125 | /* --- the following bits of info are returned as pointers --- */ |
127 | 126 | case DEVINFO_PTR_MACHINE_CONFIG: info->machine_config = MACHINE_CONFIG_NAME(pc_lpt); break; |
r17577 | r17578 | |
---|---|---|
2041 | 2041 | { |
2042 | 2042 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
2043 | 2043 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(s3c44b0_t); break; |
2044 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
2045 | 2044 | // case DEVINFO_INT_CLASS: info->i = DEVICE_CLASS_PERIPHERAL; break; |
2046 | 2045 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
2047 | 2046 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(s3c44b0); break; |
r17577 | r17578 | |
---|---|---|
2814 | 2814 | { |
2815 | 2815 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
2816 | 2816 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mc68328_t); break; |
2817 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
2818 | 2817 | |
2819 | 2818 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
2820 | 2819 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mc68328); break; |
r17577 | r17578 | |
---|---|---|
364 | 364 | { |
365 | 365 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
366 | 366 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(tf20_state); break; |
367 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
368 | 367 | |
369 | 368 | /* --- the following bits of info are returned as pointers --- */ |
370 | 369 | case DEVINFO_PTR_MACHINE_CONFIG: info->machine_config = MACHINE_CONFIG_NAME(tf20); break; |
r17577 | r17578 | |
---|---|---|
378 | 378 | { |
379 | 379 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
380 | 380 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(kr2376_t); break; |
381 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
382 | 381 | |
383 | 382 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
384 | 383 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(kr2376); break; |
r17577 | r17578 | |
---|---|---|
745 | 745 | { |
746 | 746 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
747 | 747 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(applefdc_token); break; |
748 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
749 | 748 | |
750 | 749 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
751 | 750 | case DEVINFO_FCT_START: /* Nothing */ break; |
r17577 | r17578 | |
---|---|---|
2482 | 2482 | { |
2483 | 2483 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
2484 | 2484 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(upd765_t); break; |
2485 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
2486 | 2485 | |
2487 | 2486 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
2488 | 2487 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(upd765a); break; |
r17577 | r17578 | |
---|---|---|
424 | 424 | { |
425 | 425 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
426 | 426 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(at45dbxx_t); break; |
427 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
428 | 427 | |
429 | 428 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
430 | 429 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(at45db041); break; |
r17577 | r17578 | |
---|---|---|
233 | 233 | { |
234 | 234 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
235 | 235 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(er59256_t); break; |
236 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
237 | 236 | |
238 | 237 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
239 | 238 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(er59256); break; |
r17577 | r17578 | |
---|---|---|
107 | 107 | { |
108 | 108 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
109 | 109 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(pf10_state); break; |
110 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
111 | 110 | |
112 | 111 | /* --- the following bits of info are returned as pointers --- */ |
113 | 112 | case DEVINFO_PTR_MACHINE_CONFIG: info->machine_config = MACHINE_CONFIG_NAME(pf10); break; |
r17577 | r17578 | |
---|---|---|
455 | 455 | { |
456 | 456 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
457 | 457 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(pcf8593_t); break; |
458 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
459 | 458 | |
460 | 459 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
461 | 460 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(pcf8593); break; |
r17577 | r17578 | |
---|---|---|
1581 | 1581 | { |
1582 | 1582 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
1583 | 1583 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(i8271_t); break; |
1584 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
1585 | 1584 | |
1586 | 1585 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
1587 | 1586 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(i8271); break; |
r17577 | r17578 | |
---|---|---|
215 | 215 | { |
216 | 216 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
217 | 217 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(uPD7002_t); break; |
218 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
219 | 218 | |
220 | 219 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
221 | 220 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(uPD7002); break; |
r17577 | r17578 | |
---|---|---|
337 | 337 | switch (state) |
338 | 338 | { |
339 | 339 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
340 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
341 | 340 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(beta_disk_state); break; |
342 | 341 | |
343 | 342 | /* --- the following bits of info are returned as pointers --- */ |
r17577 | r17578 | |
---|---|---|
727 | 727 | { |
728 | 728 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
729 | 729 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(ay31015_t); break; |
730 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
731 | 730 | |
732 | 731 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
733 | 732 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(ay31015); break; |
r17577 | r17578 | |
---|---|---|
836 | 836 | switch ( state ) { |
837 | 837 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
838 | 838 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mc6843_t); break; |
839 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
840 | 839 | |
841 | 840 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
842 | 841 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mc6843); break; |
r17577 | r17578 | |
---|---|---|
523 | 523 | { |
524 | 524 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
525 | 525 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(mm58274c_t); break; |
526 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
527 | 526 | |
528 | 527 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
529 | 528 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mm58274c); break; |
r17577 | r17578 | |
---|---|---|
821 | 821 | switch (state) |
822 | 822 | { |
823 | 823 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
824 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
825 | 824 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(atari_fdc_t); break; |
826 | 825 | |
827 | 826 | /* --- the following bits of info are returned as pointers --- */ |
r17577 | r17578 | |
---|---|---|
841 | 841 | DEVICE_GET_INFO( apollo_mono19i ) { |
842 | 842 | switch (state) { |
843 | 843 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
844 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
845 | 844 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(screen_data_t); break; |
846 | 845 | |
847 | 846 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
r17577 | r17578 | |
861 | 860 | DEVICE_GET_INFO( apollo_mono15i ) { |
862 | 861 | switch (state) { |
863 | 862 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
864 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
865 | 863 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(screen_data_t); break; |
866 | 864 | |
867 | 865 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
r17577 | r17578 | |
---|---|---|
458 | 458 | { |
459 | 459 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
460 | 460 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(vt_video_t); break; |
461 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
462 | 461 | |
463 | 462 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
464 | 463 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(vt_video); break; |
r17577 | r17578 | |
---|---|---|
898 | 898 | { |
899 | 899 | /* --- the following bits of info are returned as 64-bit signed integers --- */ |
900 | 900 | case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof( k1ge_t ); break; |
901 | case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; | |
902 | 901 | |
903 | 902 | /* --- the following bits of info are returned as pointers to data or functions --- */ |
904 | 903 | case DEVINFO_FCT_START: info->start = DEVICE_START_NAME( k1ge ); break; |
Previous | 199869 Revisions | Next |