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