mfld-fr / emu86

Intel IA16 emulator for embedded development
35 stars 6 forks source link

timer-801x.inc: Timer2 control reg index fix #76

Closed cocus closed 3 years ago

cocus commented 3 years ago

Fixes the register number that's being used on the timer-8018x.inc when accessing the Timer2 mode/control register. It should be PCB + 0x46 which ends up in item 11 on timer_regs.

mfld-fr commented 3 years ago

Thanks for fixing my mistake !