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