summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes/nes_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/nes/nes_slot.h')
-rw-r--r--src/emu/bus/nes/nes_slot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/nes/nes_slot.h b/src/emu/bus/nes/nes_slot.h
index 9c73d95d17d..de504c15eea 100644
--- a/src/emu/bus/nes/nes_slot.h
+++ b/src/emu/bus/nes/nes_slot.h
@@ -216,7 +216,7 @@ public:
virtual void scanline_irq(int scanline, int vblank, int blanked) {}
virtual void pcb_reset() {} // many pcb expect specific PRG/CHR banking at start
- void pcb_start(running_machine &machine, UINT8 *ciram_ptr, bool cart_mounted);
+ virtual void pcb_start(running_machine &machine, UINT8 *ciram_ptr, bool cart_mounted);
void pcb_reg_postload(running_machine &machine);
void nes_banks_restore();