| Commit message (Expand) | Author | Age | Files | Lines |
* | ef9340/1: make character set external. [Wilbert Pol] |  Wilbert Pol | 2018-05-18 | 3 | -273/+20 |
* | Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... |  Vas Crabb | 2018-05-16 | 1 | -18/+18 |
* | - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... |  MooglyGuy | 2018-05-16 | 1 | -18/+18 |
* | video/hp1ll3: add runtime bounds check in CONF command (issue#3523) (nw) (#3547) |  Sergey Svishchev | 2018-05-16 | 2 | -12/+16 |
* | interpro: pass more diag stuff (nw) |  Olivier Galibert | 2018-05-16 | 1 | -1/+1 |
* | vic4567: Use device_palette_interface (nw) |  AJR | 2018-05-14 | 2 | -16/+12 |
* | moar (nw) |  Vas Crabb | 2018-05-14 | 7 | -27/+32 |
* | set_tag can now take things other than C strings - please don't write new leg... |  Vas Crabb | 2018-05-14 | 2 | -4/+4 |
* | tlc34076: m_pens is unnecessary now (nw) |  AJR | 2018-05-13 | 2 | -3/+0 |
* | tlc34076: Convert implementation to use device_palette_interface (nw) |  AJR | 2018-05-13 | 2 | -27/+36 |
* | huc6260: Internalize palette (nw) |  AJR | 2018-05-13 | 2 | -18/+12 |
* | huc6261, huc6272: Use required_device instead of explicit lookups (nw) |  AJR | 2018-05-13 | 4 | -34/+12 |
* | pc_vga.cpp: machine().device cleanups (nw) |  AJR | 2018-05-13 | 2 | -17/+7 |
* | fix clang compile (nw) |  arbee | 2018-05-11 | 1 | -1/+1 |
* | Add topcat asic (#3558) |  Sven Schnelle | 2018-05-11 | 2 | -0/+450 |
* | (nw) remove more low-value macros and add a couple more constructor options |  Vas Crabb | 2018-05-10 | 1 | -4/+1 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 2 | -10/+0 |
* | bt45x: new devices (#3536) |  Patrick Mackinlay | 2018-05-08 | 3 | -4/+629 |
* | ppu2c0x: Change NMI to line callback (nw) |  AJR | 2018-05-06 | 2 | -10/+8 |
* | ppu2c0x family: Make palette internal to device |  AJR | 2018-05-06 | 4 | -156/+143 |
* | (nw) misc follow-up |  Vas Crabb | 2018-05-06 | 1 | -18/+4 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -13/+13 |
* | stvvdp2.cpp: fixed potential bug with window Y sizes when double density inte... |  angelosa | 2018-05-03 | 1 | -5/+5 |
* | stvvdp1.cpp: disable transmask code for mode 2 sprites, fix Sasissu racing st... |  angelosa | 2018-05-02 | 2 | -6/+18 |
* | stvvdp1.cpp: fix transparent sprite shadows (Pretty Fighter X, Game Tengoku) ... |  angelosa | 2018-05-02 | 2 | -3/+18 |
* | stvvdp2.cpp: implemented vertical cell scroll (Sonic Jam) [Angelo Salese] |  angelosa | 2018-05-02 | 1 | -5/+69 |
* | stvvdp2.cpp: don't repeat ROZ when screen over process is equal to 1, fixes D... |  angelosa | 2018-05-01 | 1 | -2/+5 |
* | stvvdp2.cpp: ROZ fixes for Radiant SilverGun Xiga stage: [Angelo Salese] |  angelosa | 2018-05-01 | 1 | -76/+113 |
* | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 13 | -18/+18 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 7 | -14/+16 |
* | stvvdp2.cpp: disable ROZ optimization if mode is either 2 or 3, fixes at leas... |  angelosa | 2018-04-26 | 1 | -1/+2 |
* | Merge pull request #3477 from shattered/_4282dc6 |  R. Belmont | 2018-04-23 | 2 | -19/+52 |
|\ |
|
| * | hp_ipc: add diagnostic ROMs; model 9808A (prototype of desktop version) |  Sergey Svishchev | 2018-04-22 | 2 | -19/+52 |
* | | srcclean (nw) |  Vas Crabb | 2018-04-22 | 2 | -17/+17 |
* | | maps: Finish devices/video (nw) |  Olivier Galibert | 2018-04-20 | 24 | -121/+154 |
* | | (nw) commit these address map changes while i can |  Robbbert | 2018-04-20 | 3 | -9/+12 |
|/ |
|
* | stvvdp2.cpp: fix RBG0 cache map range, fixes Head On graphics update in Sega ... |  angelosa | 2018-04-20 | 1 | -2/+8 |
* | maps: Finish map.m() (nw) |  Olivier Galibert | 2018-04-19 | 4 | -132/+139 |
* | stvvdp2.cpp: ROZ windows applies per screen output not per bitmap, fixes at l... |  angelosa | 2018-04-19 | 1 | -15/+63 |
* | stvvdp1.cpp: preliminary implementation of PMOD 7 (gouraud + half transparent... |  angelosa | 2018-04-19 | 1 | -0/+13 |
* | -vp415: Skeleton driver for Philips VP415 LV-ROM Player. Includes basic devic... |  mooglyguy | 2018-04-13 | 2 | -0/+483 |
* | remove safe_pc() and safe_pcbase() (nw) |  smf- | 2018-04-13 | 5 | -15/+15 |
* | stvvdp2.cpp: fixed regression with Cotton 2 backgrounds in stage 2 onward (en... |  angelosa | 2018-04-10 | 1 | -1/+14 |
* | Convert m_pens, m_local_paletteram into std::unique_ptr, Minor cleanup |  cam900 | 2018-04-07 | 2 | -14/+19 |
* | scn2674: in row table mode double size in cached in screen start 1 (nw) |  cracyc | 2018-04-03 | 1 | -1/+1 |
* | voodoo: Correct vsync timing and remove anonymous timer. |  Ted Green | 2018-03-28 | 2 | -20/+37 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -1/+1 |
* | nt7534: Shut up logging (nw) |  AJR | 2018-03-25 | 1 | -1/+1 |
* | gah, always git add (nw) |  Vas Crabb | 2018-03-25 | 1 | -11/+1 |
* | get rid of dioutput - it's only used in one place, and it upset GCC on Linux ... |  Vas Crabb | 2018-03-25 | 2 | -49/+49 |