| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc swx00 fixes |  Olivier Galibert | 2024-03-19 | 2 | -1/+4 |
| * | h8_timer: compare match event was off by 1 |  hap | 2024-03-19 | 2 | -27/+31 |
| * | mks3: first hle |  Olivier Galibert | 2024-03-18 | 2 | -2/+19 |
| * | swx00: Advance |  Olivier Galibert | 2024-03-18 | 2 | -33/+147 |
| * | h8: don't save the mode settings, move mac_saturating var to h8s2600 and hook... |  hap | 2024-03-18 | 6 | -8/+30 |
| * | h8: add more variables to savestate, |  hap | 2024-03-18 | 13 | -47/+97 |
| * | ymmu*: invert lcd edge, |  hap | 2024-03-12 | 1 | -1/+1 |
| * | The abs16/abs32 variants of the bit operations seem to have been introduced i... |  Olivier Galibert | 2024-03-07 | 3 | -50/+65 |
| * | misc hap disasm: correction to prev commit |  hap | 2024-03-07 | 3 | -7/+7 |
| * | h8: add internal rom to address map for some h8 devices |  hap | 2024-03-07 | 9 | -56/+88 |
| * | h8: correct typo with dasm abs16 [Olivier Galibert] |  hap | 2024-03-07 | 1 | -1/+1 |
| * | h8h: fix rte in normal mode |  hap | 2024-03-07 | 1 | -9/+8 |
| * | h8h: fix N flag with exts opcode, |  hap | 2024-03-07 | 1 | -15/+7 |
| * | Re-add the subcomponents to the swx00 and tweak the adc |  Olivier Galibert | 2024-03-05 | 2 | -19/+5 |
| * | New working systems |  hap | 2024-03-05 | 4 | -9/+33 |
| * | h8: fix standby time travel problem |  hap | 2024-03-04 | 47 | -38/+328 |
| * | h8: add h8s/2319 family, make 2320 (now renamed to 2329) a subdevice, |  hap | 2024-03-04 | 13 | -779/+1035 |
| * | h8_adc: 2320 ADCR CKS1 is on bit 3, correct typo, |  hap | 2024-03-03 | 10 | -45/+12 |
| * | Enhance the sh704x. MU128 MSTO, needs interrupts now. |  Olivier Galibert | 2024-03-03 | 1 | -1/+5 |
| * | h8_timer8: remove unneeded timer_tick function, |  hap | 2024-03-03 | 3 | -48/+15 |
| * | h8_sci: Suppress SCK transition at end of transmit sequence, yet again |  AJR | 2024-03-02 | 1 | -2/+1 |
| * | h8: fix absolute address bst/bist opcode IMM data |  hap | 2024-03-02 | 1 | -2/+2 |
| * | h8_timer: fix edge with compare match if both tt and tgr are larger than coun... |  hap | 2024-03-02 | 4 | -7/+9 |
| * | h8: fix addx8/subx8 H flag when C=1 |  hap | 2024-03-02 | 1 | -28/+30 |
| * | h8_timer16: revert https://github.com/mamedev/mame/commit/b18bf9cade56c2289cf... |  hap | 2024-02-29 | 2 | -21/+38 |
| * | h8_sci: Fix sync transmissions |  Olivier Galibert | 2024-02-29 | 1 | -5/+14 |
| * | h8_sci: Entirely revise clocking |  Olivier Galibert | 2024-02-29 | 4 | -304/+257 |
| * | h8_timer: a way to fix (almost all?) missed events |  hap | 2024-02-28 | 2 | -20/+7 |
| * | h8_timer16: remove irq check from recalc_event for software that polls the ti... |  hap | 2024-02-28 | 1 | -19/+30 |
| * | h8_timer: edge case: if live counter is above m_counter_cycle, first count to... |  hap | 2024-02-28 | 2 | -21/+42 |
| * | h8_timer: remove impossible check, |  hap | 2024-02-28 | 2 | -8/+3 |
| * | h8_intc: don't detect an nmi at power-on when initial pin state is 'ASSERT_LI... |  hap | 2024-02-28 | 4 | -22/+28 |
| * | h83337: add readback of wscr and stcr |  hap | 2024-02-25 | 3 | -5/+28 |
| * | h8: add basic support for h8/3217, |  hap | 2024-02-25 | 8 | -16/+396 |
| * | h8 sci: use logmacro |  Olivier Galibert | 2024-02-25 | 1 | -52/+56 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 2 | -19/+9 |
| * | Revert "temp revert for for 0.263 of https://github.com/mamedev/mame/commit/e... |  hap | 2024-02-24 | 2 | -89/+174 |
| * | temp revert for for 0.263 of https://github.com/mamedev/mame/commit/e4e5f3d91... |  hap | 2024-02-24 | 2 | -174/+89 |
| * | Revert "h8_sci: Suppress SCK transition at end of transmit sequence (fixes re... |  hap | 2024-02-24 | 1 | -10/+2 |
| * | h8: correct interrupt timing after software standby |  hap | 2024-02-24 | 3 | -14/+22 |
| * | h8(cpu devices): add variables to save_item |  hap | 2024-02-23 | 14 | -10/+29 |
| * | h8325: use device arrays |  hap | 2024-02-23 | 2 | -63/+51 |
| * | h8_sci: Suppress SCK transition at end of transmit sequence (fixes regression... |  AJR | 2024-02-20 | 1 | -2/+10 |
| * | h8_sci: set logerror verbosity to 0 (performance issue in gk2000), |  hap | 2024-02-20 | 1 | -7/+7 |
| * | Split rx and tx clocks to make full duplex work |  Olivier Galibert | 2024-02-20 | 2 | -93/+178 |
| * | h8: appears to be better for performance without virtual calls for r/w functions |  hap | 2024-02-18 | 4 | -59/+34 |
| * | New machines marked as MACHINE_NOT_WORKING |  Olivier Galibert | 2024-02-18 | 1 | -1/+1 |
| * | saitek*: update some internal artwork |  hap | 2024-02-16 | 1 | -0/+3 |
| * | Add a plg100-vl skeleton-ish. We have h8-h8 serial communications |  Olivier Galibert | 2024-02-16 | 1 | -1/+1 |
| * | m6800,h8: shorthand variable types |  hap | 2024-02-14 | 56 | -1035/+1036 |