| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile fix (nw) |  Miodrag Milanovic | 2014-11-05 | 1 | -1/+1 |
* | Experiments in PCI land [O. Galibert] |  Olivier Galibert | 2014-11-05 | 44 | -319/+1574 |
* | get rid of old printfs |  hap | 2014-11-05 | 1 | -30/+12 |
* | Merge pull request #34 from shattered/_664d68d |  Miodrag Milanović | 2014-11-05 | 1 | -0/+1 |
|\ |
|
| * | dvk_ksm: DEC VT52-compatible video terminal |  Sergey Svishchev | 2014-11-05 | 1 | -0/+1 |
* | | Merge pull request #33 from ramiropolla/upd7810 |  Miodrag Milanović | 2014-11-05 | 2 | -35/+40 |
|\ \ |
|
| * | | upd7810: return meaningful value when PC3 is in control mode |  Ramiro Polla | 2014-11-04 | 1 | -4/+4 |
| * | | upd7810: correctly deal with external interrupts |  Ramiro Polla | 2014-11-04 | 2 | -15/+27 |
| * | | upd7810: treat NMI like other interrupts |  Ramiro Polla | 2014-11-04 | 1 | -12/+9 |
| * | | upd7810: remove gamemaster hack for INTFE1 |  Ramiro Polla | 2014-11-04 | 1 | -4/+0 |
| |/ |
|
* | | (mess) num9rev: add number 9 revolution 512x32 [Carl] |  cracyc | 2014-11-04 | 7 | -7/+393 |
* | | rspdrc: Added undocumented ops VADDB, VACCB, VSUBB, and VSUCB. [MooglyGuy] |  mooglyguy | 2014-11-04 | 2 | -2/+103 |
|/ |
|
* | rspdrc: Fix crash on Linux when recompiling BREAK opcode. [MooglyGuy, Firewave] |  mooglyguy | 2014-11-04 | 1 | -1/+1 |
* | flush drcuml.asm log (nw) |  Oliver Stöneberg | 2014-11-04 | 1 | -0/+1 |
* | mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy] |  mooglyguy | 2014-11-04 | 3 | -12/+12 |
* | upd7220: shift screen down by vbp (nw) |  cracyc | 2014-11-03 | 1 | -6/+6 |
* | (mess) upd7220: duh (nw) |  cracyc | 2014-11-03 | 1 | -1/+1 |
* | upd7220: Bresenham line drawing [Carl] |  cracyc | 2014-11-03 | 1 | -30/+50 |
* | n64: Fix up how negative values are handled in VRSQL/VRCPL [MooglyGuy] |  mooglyguy | 2014-11-03 | 1 | -91/+55 |
* | rsp: Add VNOP, VNULL, and VRSQ instructions. [MooglyGuy] |  mooglyguy | 2014-11-03 | 2 | -0/+149 |
* | (MESS) abc99: Identified unknown ROMs. [robcfg] |  Curt Coder | 2014-11-03 | 1 | -27/+28 |
* | Merge branch 'master' of https://github.com/mamedev/mame |  etabeta78 | 2014-11-03 | 1 | -0/+8 |
|\ |
|
| * | mips3drc: Generate -0.0 for NEG.S/D of 0.0 as FNEG does not on x86 [MooglyGuy] |  mooglyguy | 2014-11-03 | 1 | -0/+8 |
* | | fixed obvious typo. nw. |  etabeta78 | 2014-11-03 | 1 | -1/+1 |
|/ |
|
* | mips3drc: Sign-extend ROUND.L, TRUNC.L, CEIL.L and FLOOR.L [MooglyGuy] |  mooglyguy | 2014-11-03 | 1 | -0/+4 |
* | rspdrc: Add destination address support to the BREAK opcode. [MooglyGuy] |  mooglyguy | 2014-11-03 | 3 | -19/+31 |
* | amstrad: add CRTC Cursor signal to expansion bus, connected to PlayCity which... |  mahlemiut | 2014-11-03 | 3 | -2/+5 |
* | (MESS) dmv: added preliminary K803 emulation. (nw) |  Sandro Ronco | 2014-11-02 | 7 | -4/+211 |
* | (mess) upd7220: so dividing by lr didn't quite work (nw) |  cracyc | 2014-11-02 | 1 | -1/+2 |
* | amstrad: made PlayCity output in stereo, add the device has its own stereo au... |  mahlemiut | 2014-11-03 | 2 | -9/+15 |
* | svga_device::zero() does it all [nw] |  jbu | 2014-11-02 | 1 | -2/+1 |
* | use vga_device::zero() in cirrus_vga_device::device_start() as well (nw) |  Oliver Stöneberg | 2014-11-01 | 1 | -1/+1 |
* | i386: call with expand down stack [Carl] |  cracyc | 2014-11-01 | 1 | -6/+6 |
* | minor logging update. nw. |  etabeta78 | 2014-11-01 | 1 | -0/+1 |
* | Add zero() to (s)vga_device: zeroes all private variables but vtbls. |  jbu | 2014-11-01 | 4 | -9/+26 |
* | fixed clang compilation of src/emu/cpu/drcfe.c (nw) |  Oliver Stöneberg | 2014-11-01 | 1 | -1/+1 |
* | updated comments/TODOs about invalid vptr warnings (nw) |  Oliver Stöneberg | 2014-11-01 | 3 | -0/+3 |
* | do not overwrite the opcode_desc.delay vptr in drc_frontend::describe_one() (nw) |  Oliver Stöneberg | 2014-11-01 | 1 | -2/+11 |
* | Get mess compiling again - uint32 should be enough, eh? (nw) |  Scott Stone | 2014-11-01 | 1 | -2/+2 |
* | The 'i' was part of the format. [nw] |  jbu | 2014-11-01 | 1 | -1/+1 |
* | Fix build (nw) |  Justin Kerk | 2014-10-31 | 1 | -1/+1 |
* | i386: GP fault with softint in v86 mode when iopl < 3 [Carl] |  cracyc | 2014-10-31 | 1 | -0/+9 |
* | (MESS) amstrad: Added preliminary support for the PlayCity. |  mahlemiut | 2014-11-01 | 4 | -0/+224 |
* | pic8259: priority and sfnm [Carl} |  cracyc | 2014-10-31 | 1 | -29/+24 |
* | Merge pull request #25 from ramiropolla/upd7810 |  Miodrag Milanović | 2014-10-31 | 2 | -243/+153 |
|\ |
|
| * | upd7810: set ETIMER interrupts |  Ramiro Polla | 2014-10-30 | 1 | -0/+6 |
| * | upd7810: remove code duplication in ETIMER |  Ramiro Polla | 2014-10-30 | 1 | -104/+30 |
| * | upd7810: remove code duplication in timers 0 and 1 |  Ramiro Polla | 2014-10-30 | 2 | -99/+64 |
| * | upd7810: clear sample and hold on ADC reset |  Ramiro Polla | 2014-10-30 | 1 | -0/+1 |
| * | upd7810: sample and hold ADC value at start of conversion process. |  Ramiro Polla | 2014-10-30 | 2 | -30/+42 |