diff options
Diffstat (limited to 'src/emu/bus/vc4000/slot.c')
-rw-r--r-- | src/emu/bus/vc4000/slot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/vc4000/slot.c b/src/emu/bus/vc4000/slot.c index 9812a235489..065408b9430 100644 --- a/src/emu/bus/vc4000/slot.c +++ b/src/emu/bus/vc4000/slot.c @@ -16,7 +16,7 @@ const device_type VC4000_CART_SLOT = &device_creator<vc4000_cart_slot_device>; //************************************************************************** -// APF Cartridges Interface +// VC4000 Cartridges Interface //************************************************************************** //------------------------------------------------- @@ -112,7 +112,7 @@ void vc4000_cart_slot_device::device_config_complete() //------------------------------------------------- -// APF PCB +// VC4000 PCB //------------------------------------------------- struct vc4000_slot |