Yeah, byuu had SMP control port reset right the first time, I misinterpreted some other emulator code

CQTexperiment
Chris Moeller 2013-10-26 13:08:12 -07:00
parent 4be3186b4c
commit ec58587742
1 changed files with 0 additions and 9 deletions

View File

@ -98,15 +98,6 @@ void SMP::op_buswrite(uint16_t addr, uint8_t data) {
case 0xf1: //CONTROL
status.iplrom_enable = data & 0x80;
if ( data & 0x10 ) {
sfm_last [ 0 ] = 0;
sfm_last [ 1 ] = 0;
}
if ( data & 0x20 ) {
sfm_last [ 2 ] = 0;
sfm_last [ 3 ] = 0;
}
//0->1 transistion resets timers
if(timer2.enable == false && (data & 0x04)) {
timer2.stage2_ticks = 0;