summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* New working machines hap2018-01-062-0/+100
* voodoo: Use CRTC registers for vblank start. Fixes viper regression caused b... Ted Green2018-01-061-5/+7
* Calculate screen size and timing using voodoo CRTC and PLL registers. (nw) Ted Green2018-01-063-37/+50
* stic: More technical device name; add standard clock and video interface (nw) AJR2018-01-063-12/+6
* Merge pull request #3016 from firewave/multipcm ajrhacker2018-01-061-1/+1
|\
| * multipcm.cpp: avoid unnecessary initialization - also fixes division by zero ... Oliver Stöneberg2018-01-061-1/+1
* | Merge pull request #3021 from firewave/fcrash ajrhacker2018-01-061-1/+1
|\ \
| * | fcrash.cpp: fixed m_sprite_base for punipic (nw) Oliver Stöneberg2018-01-061-1/+1
| |/
* | scn2674: Split up logging (nw) AJR2018-01-062-94/+123
* | ampex.cpp: fixed validation (nw) Ivan Vangelista2018-01-061-1/+1
* | nicer prev (nw) MetalliC2018-01-061-13/+9
* | Added asserts for index out of bounds (#3017) Oliver Stöneberg2018-01-064-0/+10
* | debugcpu.cpp: added missing initialization of m_vblank_occurred (nw) Oliver Stöneberg2018-01-061-0/+1
* | mach8: Add Scan To X command, used by win9x drivers to write cursor data. mahlemiut2018-01-065-65/+271
* | nope (nw) cracyc2018-01-051-1/+1
* | fmtowns: cdrom toc fixes (nw) cracyc2018-01-052-17/+41
* | dialog80: Small update (nw) AJR2018-01-051-4/+12
|/
* hook up sound in black touch '96 [David Haywood] (#3013) David Haywood2018-01-051-37/+136
* dialog80: Add screen and VTAC (nw) AJR2018-01-051-0/+23
* mmm.cpp: Add some rudimentary handlers and guessed devices (nw) AJR2018-01-051-3/+138
* really fixed MT06623 (don't use uninitialised gamma ramp) (nw) smf-2018-01-051-5/+4
* debugcpu.cpp: Eliminate unnecessary downcast (nw) AJR2018-01-051-2/+5
* eprom.cpp: fix MSVC 2015 build (nw) Peter Ferrie2018-01-051-1/+1
* binding reference to nullptr is bad, mkay? (nw) Vas Crabb2018-01-061-8/+9
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-0593-460/+456
* Updates "2017" strings to "2018" where relevant. Jonathan Holt2018-01-063-3/+3
* drawd3d.cpp: fixed MT06623 (nw) Ivan Vangelista2018-01-051-1/+1
* cleanup toshiba 1000 backup RAM device (nw) Vas Crabb2018-01-052-16/+22
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-0559-192/+158
* use C locale for int/float in XML files Vas Crabb2018-01-051-22/+48
* Eliminate machine().firstcpu (nw) AJR2018-01-044-13/+8
* Remove remaining firstcpu usage from devices (nw) AJR2018-01-044-11/+12
* 3c505, omti8621, sc499: Eliminate firstcpu usage (nw) AJR2018-01-046-59/+25
* apollo_kbd.cpp: Eliminate firstcpu usage (nw) AJR2018-01-042-16/+3
* vp60: Add provisional screen parameters; correct 8051 ROM loading (nw) AJR2018-01-041-8/+20
* hh_sm150: assume all SM510 tiger games have direct R1 control (nw) hap2018-01-051-0/+18
* tv912c: 2332 ROM dump looks bad (nw) AJR2018-01-041-3/+2
* tv912c: Skeleton driver (nw) AJR2018-01-044-22/+81
* New working machines hap2018-01-0510-150/+336
* f1gp: Fix getting stuck on "ID CHECK" AJR2018-01-041-4/+12
* Merge pull request #3009 from DavidHaywood/020118 ajrhacker2018-01-041-1/+1
|\
| * blackt96 - fix pickup colours David Haywood2018-01-041-1/+1
* | Merge pull request #3010 from rzero9/fmtowns ajrhacker2018-01-042-58/+15
|\ \ | |/ |/|
| * fmtowns: fix missing pixels in single-layer modes r092018-01-042-58/+15
* | attache: Add RS-232 serial ports AJR2018-01-041-9/+51
|/
* attache: TMS9927 VSYN is CT2 input (nw) AJR2018-01-041-2/+2
* tms9927: Add BL line read for future use (nw) AJR2018-01-042-7/+15
* d461: VPAC should be around here (nw) AJR2018-01-041-0/+3
* Merge pull request #3007 from DavidHaywood/020118 ajrhacker2018-01-044-17/+91
|\
| * pgm2 / arm9 : ensure savestates work from commandline (eg launching with -sta... David Haywood2018-01-044-17/+91