Angelo Salese
Angelo Salese
The alternative would be "go to the other end and use K&R everywhere in these files, as long as it's consistent".
imo `taito_f3_v.cpp` will ultimately require a split into device(s) so it makes sense to have that with whatever style you prefer. As for regular `taito_f3.cpp` : - `f3_coin_r`/`f3_control_r`/_w/`f3_analog_r` all belongs...
At this point I suggest editing the OP message, breaking down remaining legacy slot systems into tasks.
> At this point I suggest editing the OP message, breaking down remaining legacy slot systems into tasks. Started doing so, PC-98 C-Bus fixups are required by [Luna 88k^2](https://github.com/mamedev/mame/blob/9563f244bb9c8b8f05369f45501f8416f86c0854/src/mame/omron/luna_88k.cpp#L347) and...
Got an hard time understanding what's "Legacy" PCI, nowadays, my best guess is anything prefixed by L (lpci) therefore any class in [lpci.h](https://github.com/mamedev/mame/blob/master/src/devices/bus/lpci/pci.h) should be marked with the` [[deprecated("use non-legacy...
Break down OP message with tasks, marked drivers as resolved where `#include "machine/lpci.h"` is not found with current tree.
Errata: there are THREE PCI bus implementations, the proper one is actually in [src/devices/machine/pci.cpp](https://github.com/mamedev/mame/blob/master/src/devices/machine/pci.cpp)
Added model3.cpp: does its own PCI bus implementation, which for all purposes fits here.
Good call, added. Also I'll change directory entry over the new format later on.
Converted misc\comebaby.cpp to base PCI driver in PR #10830 , it wasn't doing anything useful to warrant using the legacy hookup. I'll deal with full conversion later since being i440bx....