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

trunk/src/mame/machine/gaelco3d.c
r17577r17578
504504   {
505505      /* --- the following bits of info are returned as 64-bit signed integers --- */
506506      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;
509507
510508      /* --- the following bits of info are returned as pointers to data or functions --- */
511509      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(gaelco_serial);break;
trunk/src/mame/machine/mathbox.c
r17577r17578
344344   {
345345      /* --- the following bits of info are returned as 64-bit signed integers --- */
346346      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(mathbox_state);      break;
347      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                     break;
348347
349348      /* --- the following bits of info are returned as pointers to data or functions --- */
350349      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(mathbox);break;
trunk/src/emu/video/i8275.c
r17577r17578
594594   {
595595      /* --- the following bits of info are returned as 64-bit signed integers --- */
596596      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(i8275_t);               break;
597      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
598597
599598      /* --- the following bits of info are returned as pointers to data or functions --- */
600599      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(i8275);      break;
trunk/src/emu/video/tms9927.c
r17577r17578
314314   {
315315      /* --- the following bits of info are returned as 64-bit signed integers --- */
316316      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(tms9927_state);         break;
317      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
318317
319318      /* --- the following bits of info are returned as pointers to functions --- */
320319      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(tms9927);   break;
trunk/src/emu/machine/pic8259.c
r17577r17578
453453   switch ( state ) {
454454      /* --- the following bits of info are returned as 64-bit signed integers --- */
455455      case DEVINFO_INT_TOKEN_BYTES:            info->i = sizeof(pic8259_t);            break;
456      case DEVINFO_INT_INLINE_CONFIG_BYTES:      info->i = 0;                        break;
457456
458457      /* --- the following bits of info are returned as pointers to data or functions --- */
459458      case DEVINFO_FCT_START:                  info->start = DEVICE_START_NAME(pic8259);   break;
trunk/src/emu/machine/s3c24xx.c
r17577r17578
37083708   {
37093709      /* --- the following bits of info are returned as 64-bit signed integers --- */
37103710      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;
37133711      /* --- the following bits of info are returned as pointers to data or functions --- */
37143712      case DEVINFO_FCT_START:                 info->start = DEVICE_START_NAME(s3c24xx);       break;
37153713      case DEVINFO_FCT_RESET:                 info->reset = DEVICE_RESET_NAME(s3c24xx);       break;
trunk/src/emu/machine/pit8253.c
r17577r17578
11591159   switch ( state ) {
11601160      /* --- the following bits of info are returned as 64-bit signed integers --- */
11611161      case DEVINFO_INT_TOKEN_BYTES:            info->i = sizeof(pit8253_t);            break;
1162      case DEVINFO_INT_INLINE_CONFIG_BYTES:      info->i = 0;                        break;
11631162
11641163      /* --- the following bits of info are returned as pointers to data or functions --- */
11651164      case DEVINFO_FCT_START:                  info->start = DEVICE_START_NAME(pit8253);   break;
trunk/src/mess/audio/mea8000.c
r17577r17578
707707   switch ( state ) {
708708      /* --- the following bits of info are returned as 64-bit signed integers --- */
709709      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(mea8000_t);         break;
710      case DEVINFO_INT_INLINE_CONFIG_BYTES:      info->i = 0;               break;
711710
712711      /* --- the following bits of info are returned as pointers to data or functions --- */
713712      case DEVINFO_FCT_START:            info->start = DEVICE_START_NAME(mea8000);   break;
trunk/src/mess/machine/mos6530.c
r17577r17578
440440   {
441441      /* --- the following bits of info are returned as 64-bit signed integers --- */
442442      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(mos6530_state);         break;
443      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
444443
445444      /* --- the following bits of info are returned as pointers to data or functions --- */
446445      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(mos6530);   break;
trunk/src/mess/machine/mc6854.c
r17577r17578
10461046   switch ( state ) {
10471047      /* --- the following bits of info are returned as 64-bit signed integers --- */
10481048      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(mc6854_t);         break;
1049      case DEVINFO_INT_INLINE_CONFIG_BYTES:      info->i = 0;               break;
10501049
10511050      /* --- the following bits of info are returned as pointers to data or functions --- */
10521051      case DEVINFO_FCT_START:            info->start = DEVICE_START_NAME(mc6854);   break;
trunk/src/mess/machine/mc6846.c
r17577r17578
616616   switch ( state ) {
617617      /* --- the following bits of info are returned as 64-bit signed integers --- */
618618      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(mc6846_t);         break;
619      case DEVINFO_INT_INLINE_CONFIG_BYTES:      info->i = 0;               break;
620619
621620      /* --- the following bits of info are returned as pointers to data or functions --- */
622621      case DEVINFO_FCT_START:            info->start = DEVICE_START_NAME(mc6846);   break;
trunk/src/mess/machine/e05a03.c
r17577r17578
116116   {
117117      /* --- the following bits of info are returned as 64-bit signed integers --- */
118118      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(e05a03_state);               break;
119      case DEVINFO_INT_INLINE_CONFIG_BYTES:   info->i = 0;                           break;
120119
121120      /* --- the following bits of info are returned as pointers to data or functions --- */
122121      case DEVINFO_FCT_START:               info->start = DEVICE_START_NAME(e05a03);      break;
trunk/src/mess/machine/990_tap.c
r17577r17578
10711071   switch (state)
10721072   {
10731073      /* --- the following bits of info are returned as 64-bit signed integers --- */
1074      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                                    break;
10751074      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(tap_990_t);                        break;
10761075
10771076      /* --- the following bits of info are returned as pointers --- */
trunk/src/mess/machine/ds1315.c
r17577r17578
249249   {
250250      /* --- the following bits of info are returned as 64-bit signed integers --- */
251251      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(ds1315_t);               break;
252      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
253252
254253      /* --- the following bits of info are returned as pointers to data or functions --- */
255254      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(ds1315);   break;
trunk/src/mess/machine/pc_lpt.c
r17577r17578
121121   {
122122      /* --- the following bits of info are returned as 64-bit signed integers --- */
123123      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(pc_lpt_state);         break;
124      case DEVINFO_INT_INLINE_CONFIG_BYTES:   info->i = 0;                     break;
125124
126125      /* --- the following bits of info are returned as pointers --- */
127126      case DEVINFO_PTR_MACHINE_CONFIG:      info->machine_config = MACHINE_CONFIG_NAME(pc_lpt);   break;
trunk/src/mess/machine/s3c44b0.c
r17577r17578
20412041   {
20422042      /* --- the following bits of info are returned as 64-bit signed integers --- */
20432043      case DEVINFO_INT_TOKEN_BYTES:           info->i = sizeof(s3c44b0_t);                    break;
2044      case DEVINFO_INT_INLINE_CONFIG_BYTES:   info->i = 0;                                    break;
20452044//      case DEVINFO_INT_CLASS:                 info->i = DEVICE_CLASS_PERIPHERAL;              break;
20462045      /* --- the following bits of info are returned as pointers to data or functions --- */
20472046      case DEVINFO_FCT_START:                 info->start = DEVICE_START_NAME(s3c44b0);       break;
trunk/src/mess/machine/mc68328.c
r17577r17578
28142814    {
28152815        /* --- the following bits of info are returned as 64-bit signed integers --- */
28162816        case DEVINFO_INT_TOKEN_BYTES:           info->i = sizeof(mc68328_t);                    break;
2817        case DEVINFO_INT_INLINE_CONFIG_BYTES:   info->i = 0;                                    break;
28182817
28192818        /* --- the following bits of info are returned as pointers to data or functions --- */
28202819        case DEVINFO_FCT_START:                 info->start = DEVICE_START_NAME(mc68328);       break;
trunk/src/mess/machine/tf20.c
r17577r17578
364364   {
365365      /* --- the following bits of info are returned as 64-bit signed integers --- */
366366      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(tf20_state);               break;
367      case DEVINFO_INT_INLINE_CONFIG_BYTES:   info->i = 0;                           break;
368367
369368      /* --- the following bits of info are returned as pointers --- */
370369      case DEVINFO_PTR_MACHINE_CONFIG:      info->machine_config = MACHINE_CONFIG_NAME(tf20);   break;
trunk/src/mess/machine/kr2376.c
r17577r17578
378378   {
379379      /* --- the following bits of info are returned as 64-bit signed integers --- */
380380      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(kr2376_t);            break;
381      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
382381
383382      /* --- the following bits of info are returned as pointers to data or functions --- */
384383      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(kr2376);   break;
trunk/src/mess/machine/applefdc.c
r17577r17578
745745   {
746746      /* --- the following bits of info are returned as 64-bit signed integers --- */
747747      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(applefdc_token);         break;
748      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
749748
750749      /* --- the following bits of info are returned as pointers to data or functions --- */
751750      case DEVINFO_FCT_START:                     /* Nothing */                        break;
trunk/src/mess/machine/upd765.c
r17577r17578
24822482   {
24832483      /* --- the following bits of info are returned as 64-bit signed integers --- */
24842484      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(upd765_t);               break;
2485      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
24862485
24872486      /* --- the following bits of info are returned as pointers to data or functions --- */
24882487      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(upd765a);   break;
trunk/src/mess/machine/at45dbxx.c
r17577r17578
424424   {
425425      /* --- the following bits of info are returned as 64-bit signed integers --- */
426426      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(at45dbxx_t);            break;
427      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
428427
429428      /* --- the following bits of info are returned as pointers to data or functions --- */
430429      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(at45db041);   break;
trunk/src/mess/machine/er59256.c
r17577r17578
233233   {
234234      /* --- the following bits of info are returned as 64-bit signed integers --- */
235235      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(er59256_t);            break;
236      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
237236
238237      /* --- the following bits of info are returned as pointers to data or functions --- */
239238      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(er59256);   break;
trunk/src/mess/machine/pf10.c
r17577r17578
107107   {
108108      /* --- the following bits of info are returned as 64-bit signed integers --- */
109109      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(pf10_state);               break;
110      case DEVINFO_INT_INLINE_CONFIG_BYTES:   info->i = 0;                           break;
111110
112111      /* --- the following bits of info are returned as pointers --- */
113112      case DEVINFO_PTR_MACHINE_CONFIG:      info->machine_config = MACHINE_CONFIG_NAME(pf10);   break;
trunk/src/mess/machine/pcf8593.c
r17577r17578
455455   {
456456      /* --- the following bits of info are returned as 64-bit signed integers --- */
457457      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(pcf8593_t);            break;
458      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
459458
460459      /* --- the following bits of info are returned as pointers to data or functions --- */
461460      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(pcf8593);   break;
trunk/src/mess/machine/i8271.c
r17577r17578
15811581   {
15821582      /* --- the following bits of info are returned as 64-bit signed integers --- */
15831583      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(i8271_t);               break;
1584      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
15851584
15861585      /* --- the following bits of info are returned as pointers to data or functions --- */
15871586      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(i8271);      break;
trunk/src/mess/machine/upd7002.c
r17577r17578
215215   {
216216      /* --- the following bits of info are returned as 64-bit signed integers --- */
217217      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(uPD7002_t);               break;
218      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
219218
220219      /* --- the following bits of info are returned as pointers to data or functions --- */
221220      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(uPD7002);      break;
trunk/src/mess/machine/beta.c
r17577r17578
337337   switch (state)
338338   {
339339      /* --- the following bits of info are returned as 64-bit signed integers --- */
340      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                                    break;
341340      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(beta_disk_state);                     break;
342341
343342      /* --- the following bits of info are returned as pointers --- */
trunk/src/mess/machine/ay31015.c
r17577r17578
727727   {
728728      /* --- the following bits of info are returned as 64-bit signed integers --- */
729729      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(ay31015_t);               break;
730      case DEVINFO_INT_INLINE_CONFIG_BYTES:   info->i = 0;                           break;
731730
732731      /* --- the following bits of info are returned as pointers to data or functions --- */
733732      case DEVINFO_FCT_START:               info->start = DEVICE_START_NAME(ay31015);      break;
trunk/src/mess/machine/mc6843.c
r17577r17578
836836   switch ( state ) {
837837      /* --- the following bits of info are returned as 64-bit signed integers --- */
838838      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof(mc6843_t);         break;
839      case DEVINFO_INT_INLINE_CONFIG_BYTES:      info->i = 0;               break;
840839
841840      /* --- the following bits of info are returned as pointers to data or functions --- */
842841      case DEVINFO_FCT_START:            info->start = DEVICE_START_NAME(mc6843);   break;
trunk/src/mess/machine/mm58274c.c
r17577r17578
523523   {
524524      /* --- the following bits of info are returned as 64-bit signed integers --- */
525525      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(mm58274c_t);            break;
526      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                        break;
527526
528527      /* --- the following bits of info are returned as pointers to data or functions --- */
529528      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(mm58274c);   break;
trunk/src/mess/machine/atarifdc.c
r17577r17578
821821   switch (state)
822822   {
823823      /* --- the following bits of info are returned as 64-bit signed integers --- */
824      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                                    break;
825824      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(atari_fdc_t);                        break;
826825
827826      /* --- the following bits of info are returned as pointers --- */
trunk/src/mess/video/apollo.c
r17577r17578
841841DEVICE_GET_INFO( apollo_mono19i ) {
842842   switch (state) {
843843   /* --- the following bits of info are returned as 64-bit signed integers --- */
844   case DEVINFO_INT_INLINE_CONFIG_BYTES:  info->i = 0; break;
845844   case DEVINFO_INT_TOKEN_BYTES:          info->i = sizeof(screen_data_t); break;
846845
847846      /* --- the following bits of info are returned as pointers to data or functions --- */
r17577r17578
861860DEVICE_GET_INFO( apollo_mono15i ) {
862861   switch (state) {
863862   /* --- the following bits of info are returned as 64-bit signed integers --- */
864   case DEVINFO_INT_INLINE_CONFIG_BYTES:  info->i = 0; break;
865863   case DEVINFO_INT_TOKEN_BYTES:          info->i = sizeof(screen_data_t); break;
866864
867865      /* --- the following bits of info are returned as pointers to data or functions --- */
trunk/src/mess/video/vtvideo.c
r17577r17578
458458   {
459459      /* --- the following bits of info are returned as 64-bit signed integers --- */
460460      case DEVINFO_INT_TOKEN_BYTES:               info->i = sizeof(vt_video_t);               break;
461      case DEVINFO_INT_INLINE_CONFIG_BYTES:         info->i = 0;                           break;
462461
463462      /* --- the following bits of info are returned as pointers to data or functions --- */
464463      case DEVINFO_FCT_START:                     info->start = DEVICE_START_NAME(vt_video);      break;
trunk/src/mess/video/k1ge.c
r17577r17578
898898   {
899899      /* --- the following bits of info are returned as 64-bit signed integers --- */
900900      case DEVINFO_INT_TOKEN_BYTES:         info->i = sizeof( k1ge_t ); break;
901      case DEVINFO_INT_INLINE_CONFIG_BYTES:   info->i = 0; break;
902901
903902      /* --- the following bits of info are returned as pointers to data or functions --- */
904903      case DEVINFO_FCT_START:               info->start = DEVICE_START_NAME( k1ge ); break;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team