trunk/src/emu/cpu/mcs51/mcs51.c
| r31490 | r31491 | |
| 307 | 307 | i8052_device::i8052_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, int program_width, int data_width, UINT8 features) |
| 308 | 308 | : mcs51_cpu_device(mconfig, type, name, tag, owner, clock, shortname, program_width, data_width, features | FEATURE_I8052) |
| 309 | 309 | { |
| 310 | m_num_interrupts = 6; |
| 310 | 311 | } |
| 311 | 312 | |
| 312 | 313 | i8052_device::i8052_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |