summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Collapse)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
| * 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: interrupt-related fixes
| * | upd7810: return meaningful value when PC3 is in control mode Ramiro Polla2014-11-041-4/+4
| | | | | | | | | | | | | | | | | | | | | When PC3 is in control mode, it acts as INT2 and external Timer Input. INT2 may be set by connected devices through set_input_line(), so its value can be used when reading or writing to PC3. There is currently no code to support external timer input.
| * | 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
| |/ | | | | | | | | The extended timer has been properly implemented in upd7810. Tested with Continental Galaxy 2020.
* | (mess) num9rev: add number 9 revolution 512x32 [Carl] cracyc2014-11-047-7/+393
| | | | | | | | | | --- Only the demo programs tested for now
* | 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
| | | | rsp: Fixed left-shift-of-signed-value issues. [MooglyGuy]
* 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
| | | | | -- Fills the gaps that were breaking adventureland
* 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 ↵ mahlemiut2014-11-033-2/+5
| | | | which now has working NMIs.
* (MESS) dmv: added preliminary K803 emulation. (nw) Sandro Ronco2014-11-027-4/+211
| | | | (MESS) dmv.xml: added more disks. (nw)
* (mess) upd7220: so dividing by lr didn't quite work (nw) cracyc2014-11-021-1/+2
| | | | | --- This works better but it looks too weird to be entirely correct.
* amstrad: made PlayCity output in stereo, add the device has its own stereo ↵ mahlemiut2014-11-032-9/+15
| | | | audio output.
* 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
| | | | The vga.memory is resized to 0.
* 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: Some fixes and code simplification
| * 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
| |