Home
last modified time | relevance | path

Searched refs:LOGSETUP (Results 1 – 25 of 86) sorted by relevance

1234

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A D68561mpcc.cpp172 LOGSETUP("%s\n", FUNCNAME); in device_start()
214 LOGSETUP("%s %s \n",tag(), FUNCNAME); in device_reset()
476 LOGSETUP("- Rx in reset\n"); in update_serial()
482 LOGSETUP("- Rx enabled\n"); in update_serial()
485 LOGSETUP("- BRG rate %d\n", m_brg_rate); in update_serial()
493 LOGSETUP("- Tx in reset\n"); in update_serial()
502 LOGSETUP("- Tx enabled\n"); in update_serial()
505 LOGSETUP("- BRG rate %d\n", m_brg_rate); in update_serial()
510 LOGSETUP("- Tx disabled\n"); in update_serial()
958 LOGSETUP(" - Rx Int vector: %02x\n", m_tivnr); in do_rivnr()
[all …]
H A Dmc14411.cpp45 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
118 LOGSETUP("%s\n", FUNCNAME); in device_start()
185 LOGSETUP(" - arming timer for F%d at %fHz (/%d)\n", i + 1, double(clock()) / divider, divider); in arm_timer()
196 LOGSETUP("%s\n", FUNCNAME); in device_reset()
249 LOGSETUP("%s %02x\n", FUNCNAME, data); in rate_select_w()
265 LOGSETUP("%s %02x\n", FUNCNAME, state); in rsa_w()
281 LOGSETUP("%s %02x\n", FUNCNAME, state); in rsb_w()
297 LOGSETUP("%s %02x\n", FUNCNAME, state); in reset_w()
303 LOGSETUP(" - Asserting reset\n"); in reset_w()
308 LOGSETUP(" - Clearing reset\n"); in reset_w()
H A D68230pit.cpp107 LOGSETUP("%s\n", FUNCNAME); in device_start()
162 LOGSETUP("%s %s \n",tag(), FUNCNAME); in device_reset()
179 LOGSETUP("%s %s DONE!\n",tag(), FUNCNAME); in device_reset()
417 LOGSETUP(" H prio mode:%d\n", data & 0x03 ); in wr_pitreg_psrr()
425 LOGSETUP("%s PADDR: %02x\n", tag(), data); in wr_pitreg_paddr()
431 LOGSETUP("%s PBDDR: %02x\n", tag(), data); in wr_pitreg_pbddr()
438 LOGSETUP("%s PCDDR: %02x\n", tag(), data); in wr_pitreg_pcddr()
445 LOGSETUP("%s PIVR: %02x\n", tag(), data); in wr_pitreg_pivr()
452 LOGSETUP("%s PACR", tag()); in wr_pitreg_pacr()
477 LOGSETUP(" - H2 cleared\n"); in wr_pitreg_pacr()
[all …]
H A D6821pia.cpp24 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
665 LOGSETUP("PIA "); in port_a_w()
739 LOGSETUP("PIA control A write = %02X\n", data); in control_a_w()
740 LOGSETUP(" - CA1 interrupts %s\n", (data & 0x01) ? "enabled" : "disabled"); in control_a_w()
753 LOGSETUP(" - CA2 set/reset mode: "); in control_a_w()
758 LOGSETUP(" - CA2 strobe mode: "); in control_a_w()
762 LOGSETUP("%d\n", temp); in control_a_w()
780 LOGSETUP("PIA control B write = %02X\n", data); in control_b_w()
791 LOGSETUP(" - CB2 set/reset mode: "); in control_b_w()
796 LOGSETUP(" - CB2 strobe mode: "); in control_b_w()
[all …]
H A Dmc6844.cpp59 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
421 LOGSETUP("DMA write %02x: %02x\n", offset, data); in write()
430 LOGSETUP(" - upper address byte ch %d: %02x\n", offset / 4, data); in write()
439 LOGSETUP(" - lower address byte ch %d: %02x\n", offset / 4, data); in write()
448 LOGSETUP(" - upper counter byte ch %d: %02x\n", offset / 4, data); in write()
457 LOGSETUP(" - lower counter byte ch %d: %02x\n", offset / 4, data); in write()
466 LOGSETUP(" - control byte ch %d: %02x\n", offset / 4, data); in write()
472 LOGSETUP(" - priority byte: %02x\n", data); in write()
504 LOGSETUP(" - interrupt control: %02x\n", data); in write()
511 LOGSETUP(" - chaining control: %02x\n", data); in write()
H A Dz80sio.cpp94 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
1707 LOGSETUP("Z80SIO \"%s\" Channel %c :\n", owner()->tag(), 'A' + m_index); in do_sioreg_wr1()
1714 LOGSETUP(" - Receiver Interrupt %s\n", std::array<char const *, 4> in do_sioreg_wr1()
1728 LOGSETUP("Z80SIO \"%s\" Channel %c : ", owner()->tag(), 'A' + m_index); in do_sioreg_wr2()
1731 LOGSETUP(" - INT/DMA priority and mode: %02x\n", m_wr2 & 0x07); in do_sioreg_wr2()
1734 LOGSETUP(" - Rx INT mask: %d\n", (m_wr2 >> 6) & 0x01 ); in do_sioreg_wr2()
1735 LOGSETUP(" - Pin 10: %s\n", (m_wr2 & 0x80) ? "SYNCB" : "RTSB"); in do_sioreg_wr2()
1739 LOGSETUP("Interrupt Vector %02x\n", m_wr2); in do_sioreg_wr2()
1784 LOGSETUP("Z80SIO Channel %c\n", 'A' + m_index); in do_sioreg_wr5()
1786 LOGSETUP(" - Transmitter Bits/Character %u\n", get_tx_word_length()); in do_sioreg_wr5()
[all …]
H A D68153bim.cpp42 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
309 LOGSETUP(" * %s %d Reg %s <- %02x \n", tag(), ch, vc ? "vector" : "control", data); in write()
338 LOGSETUP("%s\n", FUNCNAME); in device_start()
358 LOGSETUP("%s\n", FUNCNAME); in device_reset()
391 LOGSETUP(" - Lev:%d Auto Disable:%d Int Enable:%d Vector:%d Auto Clear:%d Flag:%d\n", in do_bimreg_control_w()
H A D68340tmu.cpp29 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
43 LOGSETUP("%s\n", FUNCNAME); in read()
105 LOGSETUP("\n%s\n", FUNCNAME); in write()
106LOGSETUP(" * Timer%d Reg %02x [%02x] <- %02x - %s\n", m_cpu->get_timer_index(this) + 1, (offset *… in write()
311 LOGSETUP("%s\n", FUNCNAME); in device_start()
H A Dmc6854.cpp45 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
793 LOGSETUP( "%f %s mc6854_w: set CR1=$%02X (ac=%i,irq=%c%c,%sreset=%c%c)\n", in write()
829 LOGSETUP( "%f %s mc6854_w: set CR3=$%02X (lcf=%i,aex=%i,idl=%i,fdse=%i,loop=%i,tst=%i,dtr=%i)\n", in write()
846LOGSETUP( "%f %s mc6854_w: set CR2=$%02X (pse=%i,bytes=%i,fmidle=%i,%s,tlast=%i,clr=%c%c,rts=%i)\n… in write()
879LOGSETUP( "%f %smc6854_w: push data=$%02X\n", machine().time().as_double(), machine().describe_con… in write()
888LOGSETUP( "%f %s mc6854_w: set CR4=$%02X (interframe=%i,tlen=%i,rlen=%i,%s%s)\n", machine().time()… in write()
903LOGSETUP( "%f %s mc6854_w: push last-data=$%02X\n", machine().time().as_double(), machine().descri… in write()
H A D6850acia.cpp26 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
186 LOGSETUP(" - Divide: x%d\n", counter_divide_select[counter_divide_select_bits]); in control_w()
193LOGSETUP(" - %d%c%d\n", m_bits, m_parity == PARITY_NONE ? 'N' : (m_parity == PARITY_ODD ? 'O' : 'E… in control_w()
203 LOGSETUP(" - RTS:%d BRK:%d TxIE:%d RxIE:%d\n", rts, m_brk, m_tx_irq_enable, m_rx_irq_enable); in control_w()
H A Di8257.cpp21 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
542 LOGSETUP(" * Register Address <- %02x\n", data); in write()
558 LOGSETUP(" * Register Word Count <- %02x\n", data); in write()
588 LOGSETUP("I8257 Command Register: %02x\n", m_transfer_mode); in write()
H A D68340ser.cpp24 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
96 LOGSETUP(" * Reg %02x <- %02x - %s\n", offset, data, in write()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A D68561mpcc.cpp172 LOGSETUP("%s\n", FUNCNAME); in device_start()
214 LOGSETUP("%s %s \n",tag(), FUNCNAME); in device_reset()
476 LOGSETUP("- Rx in reset\n"); in update_serial()
482 LOGSETUP("- Rx enabled\n"); in update_serial()
485 LOGSETUP("- BRG rate %d\n", m_brg_rate); in update_serial()
493 LOGSETUP("- Tx in reset\n"); in update_serial()
502 LOGSETUP("- Tx enabled\n"); in update_serial()
505 LOGSETUP("- BRG rate %d\n", m_brg_rate); in update_serial()
510 LOGSETUP("- Tx disabled\n"); in update_serial()
958 LOGSETUP(" - Rx Int vector: %02x\n", m_tivnr); in do_rivnr()
[all …]
H A Dmc14411.cpp45 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
118 LOGSETUP("%s\n", FUNCNAME); in device_start()
185 LOGSETUP(" - arming timer for F%d at %fHz (/%d)\n", i + 1, double(clock()) / divider, divider); in arm_timer()
196 LOGSETUP("%s\n", FUNCNAME); in device_reset()
249 LOGSETUP("%s %02x\n", FUNCNAME, data); in rate_select_w()
265 LOGSETUP("%s %02x\n", FUNCNAME, state); in rsa_w()
281 LOGSETUP("%s %02x\n", FUNCNAME, state); in rsb_w()
297 LOGSETUP("%s %02x\n", FUNCNAME, state); in reset_w()
303 LOGSETUP(" - Asserting reset\n"); in reset_w()
308 LOGSETUP(" - Clearing reset\n"); in reset_w()
H A D68230pit.cpp107 LOGSETUP("%s\n", FUNCNAME); in device_start()
162 LOGSETUP("%s %s \n",tag(), FUNCNAME); in device_reset()
179 LOGSETUP("%s %s DONE!\n",tag(), FUNCNAME); in device_reset()
417 LOGSETUP(" H prio mode:%d\n", data & 0x03 ); in wr_pitreg_psrr()
425 LOGSETUP("%s PADDR: %02x\n", tag(), data); in wr_pitreg_paddr()
431 LOGSETUP("%s PBDDR: %02x\n", tag(), data); in wr_pitreg_pbddr()
438 LOGSETUP("%s PCDDR: %02x\n", tag(), data); in wr_pitreg_pcddr()
445 LOGSETUP("%s PIVR: %02x\n", tag(), data); in wr_pitreg_pivr()
452 LOGSETUP("%s PACR", tag()); in wr_pitreg_pacr()
477 LOGSETUP(" - H2 cleared\n"); in wr_pitreg_pacr()
[all …]
H A D6821pia.cpp24 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
665 LOGSETUP("PIA "); in port_a_w()
739 LOGSETUP("PIA control A write = %02X\n", data); in control_a_w()
740 LOGSETUP(" - CA1 interrupts %s\n", (data & 0x01) ? "enabled" : "disabled"); in control_a_w()
753 LOGSETUP(" - CA2 set/reset mode: "); in control_a_w()
758 LOGSETUP(" - CA2 strobe mode: "); in control_a_w()
762 LOGSETUP("%d\n", temp); in control_a_w()
780 LOGSETUP("PIA control B write = %02X\n", data); in control_b_w()
791 LOGSETUP(" - CB2 set/reset mode: "); in control_b_w()
796 LOGSETUP(" - CB2 strobe mode: "); in control_b_w()
[all …]
H A Dmc6844.cpp59 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
421 LOGSETUP("DMA write %02x: %02x\n", offset, data); in write()
430 LOGSETUP(" - upper address byte ch %d: %02x\n", offset / 4, data); in write()
439 LOGSETUP(" - lower address byte ch %d: %02x\n", offset / 4, data); in write()
448 LOGSETUP(" - upper counter byte ch %d: %02x\n", offset / 4, data); in write()
457 LOGSETUP(" - lower counter byte ch %d: %02x\n", offset / 4, data); in write()
466 LOGSETUP(" - control byte ch %d: %02x\n", offset / 4, data); in write()
472 LOGSETUP(" - priority byte: %02x\n", data); in write()
504 LOGSETUP(" - interrupt control: %02x\n", data); in write()
511 LOGSETUP(" - chaining control: %02x\n", data); in write()
H A Dz80sio.cpp94 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
1707 LOGSETUP("Z80SIO \"%s\" Channel %c :\n", owner()->tag(), 'A' + m_index); in do_sioreg_wr1()
1714 LOGSETUP(" - Receiver Interrupt %s\n", std::array<char const *, 4> in do_sioreg_wr1()
1728 LOGSETUP("Z80SIO \"%s\" Channel %c : ", owner()->tag(), 'A' + m_index); in do_sioreg_wr2()
1731 LOGSETUP(" - INT/DMA priority and mode: %02x\n", m_wr2 & 0x07); in do_sioreg_wr2()
1734 LOGSETUP(" - Rx INT mask: %d\n", (m_wr2 >> 6) & 0x01 ); in do_sioreg_wr2()
1735 LOGSETUP(" - Pin 10: %s\n", (m_wr2 & 0x80) ? "SYNCB" : "RTSB"); in do_sioreg_wr2()
1739 LOGSETUP("Interrupt Vector %02x\n", m_wr2); in do_sioreg_wr2()
1784 LOGSETUP("Z80SIO Channel %c\n", 'A' + m_index); in do_sioreg_wr5()
1786 LOGSETUP(" - Transmitter Bits/Character %u\n", get_tx_word_length()); in do_sioreg_wr5()
[all …]
H A D68153bim.cpp42 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
309 LOGSETUP(" * %s %d Reg %s <- %02x \n", tag(), ch, vc ? "vector" : "control", data); in write()
338 LOGSETUP("%s\n", FUNCNAME); in device_start()
358 LOGSETUP("%s\n", FUNCNAME); in device_reset()
391 LOGSETUP(" - Lev:%d Auto Disable:%d Int Enable:%d Vector:%d Auto Clear:%d Flag:%d\n", in do_bimreg_control_w()
H A D68340tmu.cpp29 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
43 LOGSETUP("%s\n", FUNCNAME); in read()
105 LOGSETUP("\n%s\n", FUNCNAME); in write()
106LOGSETUP(" * Timer%d Reg %02x [%02x] <- %02x - %s\n", m_cpu->get_timer_index(this) + 1, (offset *… in write()
311 LOGSETUP("%s\n", FUNCNAME); in device_start()
H A Dmc6854.cpp45 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
793 LOGSETUP( "%f %s mc6854_w: set CR1=$%02X (ac=%i,irq=%c%c,%sreset=%c%c)\n", in write()
829 LOGSETUP( "%f %s mc6854_w: set CR3=$%02X (lcf=%i,aex=%i,idl=%i,fdse=%i,loop=%i,tst=%i,dtr=%i)\n", in write()
846LOGSETUP( "%f %s mc6854_w: set CR2=$%02X (pse=%i,bytes=%i,fmidle=%i,%s,tlast=%i,clr=%c%c,rts=%i)\n… in write()
879LOGSETUP( "%f %smc6854_w: push data=$%02X\n", machine().time().as_double(), machine().describe_con… in write()
888LOGSETUP( "%f %s mc6854_w: set CR4=$%02X (interframe=%i,tlen=%i,rlen=%i,%s%s)\n", machine().time()… in write()
903LOGSETUP( "%f %s mc6854_w: push last-data=$%02X\n", machine().time().as_double(), machine().descri… in write()
H A D6850acia.cpp26 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
186 LOGSETUP(" - Divide: x%d\n", counter_divide_select[counter_divide_select_bits]); in control_w()
193LOGSETUP(" - %d%c%d\n", m_bits, m_parity == PARITY_NONE ? 'N' : (m_parity == PARITY_ODD ? 'O' : 'E… in control_w()
203 LOGSETUP(" - RTS:%d BRK:%d TxIE:%d RxIE:%d\n", rts, m_brk, m_tx_irq_enable, m_rx_irq_enable); in control_w()
H A Di8257.cpp21 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
542 LOGSETUP(" * Register Address <- %02x\n", data); in write()
558 LOGSETUP(" * Register Word Count <- %02x\n", data); in write()
588 LOGSETUP("I8257 Command Register: %02x\n", m_transfer_mode); in write()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dfccpu20.cpp78 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
97 virtual void machine_start () override { LOGSETUP("%s\n", FUNCNAME); } in machine_start()
100 void init_cpu20() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu20()
101 void init_cpu21s() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21s()
102 void init_cpu21() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21()
103 void init_cpu21a() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21a()
104 void init_cpu21ya() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21ya()
105 void init_cpu21b() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21b()
106 void init_cpu21yb() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21yb()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dfccpu20.cpp78 #define LOGSETUP(...) LOGMASKED(LOG_SETUP, __VA_ARGS__) macro
97 virtual void machine_start () override { LOGSETUP("%s\n", FUNCNAME); } in machine_start()
100 void init_cpu20() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu20()
101 void init_cpu21s() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21s()
102 void init_cpu21() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21()
103 void init_cpu21a() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21a()
104 void init_cpu21ya() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21ya()
105 void init_cpu21b() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21b()
106 void init_cpu21yb() { LOGSETUP("%s\n", FUNCNAME); } in init_cpu21yb()

1234