summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* pc_vga: Internalize palette (nw) AJR2018-03-0321-63/+28
|
* Bad reversion (nw) AJR2018-03-031-1/+1
|
* no disable (nw) arbee2018-03-033-4/+1
|
* Fix various downcasting errors (nw) AJR2018-03-038-18/+19
|
* mcatadv.cpp: Fix callback tag (nw) AJR2018-03-031-1/+1
|
* luaengine: use screen_device_iterator rather than first_screen (nw) cracyc2018-03-031-4/+3
|
* video/psx.cpp: Add device_video_interface and eliminate first_screen (nw) AJR2018-03-032-14/+11
|
* gba_lcd, spectrum, etc.: Convenient first_screen removal (nw) AJR2018-03-034-11/+11
|
* pc_vga: Use device_video_interface and configured screens instead of ↵ AJR2018-03-0316-35/+59
| | | | first_screen (nw)
* spectrum: Fix sprite flicker and missing graphics in several games. [geecab, ↵ arbee2018-03-034-13/+63
| | | | R. Belmont]
* pit8253: Counters are now subdevices AJR2018-03-032-568/+523
|
* if i could spell... (nw) Vas Crabb2018-03-041-1/+1
|
* mcatadv.cpp : Updates (#3288) cam9002018-03-043-170/+131
| | | | | | | | | | * mcatadv.cpp : Cleanup duplicates, Replace gfx* -> saner rom areas * mcatadv : Bit of cleanups, Update notes(PCB hasn't any delta-t ROM) * mcatadv.cpp : Bit of cleanup, Allocate sound output(Magical Cat Adventure PCB has mono sound output only) * mcatadv.cpp : Fix compile
* kaneko_grap2 : Update (#3287) cam9002018-03-043-244/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kaneko_grap2 : Add device_rom_interface instead runtime tag lookup, Convert address map related defines into device address map, Add internal palette configs galpani3 : Bit of improves on bg-bg priorities, Cleanup duplicates, Change tag "gfx2" to "rlebg" * kaneko_grap2 : Implement Brightness * kaneko_grap2.h : Compile fixes * kaneko_grap2 : Add m_brightreg on save state * kaneko_grap2 : Fix color * kaneko_grap2 : Fix brightness * Fix some galpani3 alpha blending, sprite-bg/bg-bg priorities galpani3 : Minor cleanup * galpani3.cpp : Fix compile * galpani3.cpp : Fix spacing * galpani3.cpp : Update notes, Reduce duplicates * galpani3.cpp : Update notes * galpani3.cpp : Add notes * kaneko_grap2.cpp : Add notes
* (nw) forward some objects; line continuations are not scope dammit Vas Crabb2018-03-046-29/+29
|
* destaticify initializations (nw) (#3289) wilbertpol2018-03-04574-8616/+6862
| | | | | | * destaticify initializations (nw) * fix this->set_screen (nw)
* es5510, taito_en Updates (#3284) cam9002018-03-039-118/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * es5510.* Updates : Add notes Fix dram read/write Convert gpr, instr, dram into std::unique_ptr Add save states Minor cleanup taito_en.* Updates : Add notes Move imperfect_features() into es5510.h Verify ESP Input clock/output channels(from GunBuster Schematics, same in other PCBs?) Add m_bankmask instead runtime tag lookups * es5510.h : Add notes * es5510.h : Fix compile * es5510.h : Compile fixes * esqpump.cpp : Split ES5506 case of interface, Add imperfect_features Because it has not perfectly emulated esqasr.cpp, esqkt.cpp : Add esqpump for es5510 interface taito_en.h : Restore imperfect_features Because sound emulation has still not perfect * es5510.h : Moved imperfect_feature into esqpump.h from this, Add notes * Revert "Moved imperfect_feature into esqpump.h from this", Because the current ES5510 core still has emulation issue * esqpump.cpp : Cleanup unused m_otis/m_otto, Convert e[0x4000] into std::unique_ptr if used * Fix compile * esqkt.cpp : Fix company tags
* deprecate first_screen - there's been plenty of warning Vas Crabb2018-03-047-169/+170
| | | | also more string hash reduction (nw)
* model2.cpp: avoid daytona with master controller to crash (nw) angelosa2018-03-031-0/+5
|
* fix end()/cend() on output_finder (nw) Vas Crabb2018-03-042-4/+4
|
* move devcb resolution to device_resolve_objects for RS232 and Sun keyboard ↵ Vas Crabb2018-03-044-10/+19
| | | | ports (nw)
* by17 and by35 back in sync - should make a device or common base out of this ↵ Vas Crabb2018-03-032-37/+29
| | | | (nw)
* make pc2000 I/O ports optional until pc1000 is untangled from it properly, ↵ Vas Crabb2018-03-032-14/+23
| | | | resolve by35 outptus at start (nw)
* segaic24.cpp: added xhout and xvout register callbacks, and hooked them up ↵ angelosa2018-03-035-13/+64
| | | | to Model 2 driver, fixing 3d viewport positions [Angelo Salese]
* nubus: cleanup to current practice (nw) arbee2018-03-0220-115/+97
|
* Merge pull request #3286 from jlachniet/master Scott Stone2018-03-021-16/+16
|\ | | | | ti85.cpp: Fix some CRCs
| * ti85.cpp: Fix some CRCs jlachniet2018-03-021-16/+16
|/
* photoply.cpp: redump HDD (nw) angelosa2018-03-021-1/+1
|
* model2.cpp: geo/raster state saving (nw) angelosa2018-03-021-1/+25
|
* Build fixes (nw) AJR2018-03-022-2/+1
|
* just a little more cleanup (nw) Vas Crabb2018-03-025-276/+312
|
* vp122: Update notes (nw) AJR2018-03-021-1/+5
|
* raidenkb: Update notes (nw) AJR2018-03-011-3/+7
|
* sharc.cpp: added Rn = Rn FDEP Rx BY <bit6>:<len6> opcode, used by Last Bronx ↵ angelosa2018-03-022-3/+14
| | | | for a vital geometrizer function [Angelo Salese]
* another pile of cleanup (nw) Vas Crabb2018-03-029-305/+409
|
* dccons: hook up software list (nw) arbee2018-03-011-3/+4
|
* new NOT WORKING machine angelosa2018-03-022-5/+31
| | | | | ======================= Photo Play 2004 [Asure, The Dumping Union]
* Merge pull request #3285 from jlachniet/master Scott Stone2018-03-011-43/+43
|\ | | | | ti85.cpp: Uniquify
| * ti85.cpp: Uniquify jlachniet2018-03-011-43/+43
| |
* | alphatpx: slower yet (nw) cracyc2018-03-012-4/+4
| |
* | wrong name (nw) hap2018-03-011-1/+1
| |
* | another day, another cleanup (nw) Vas Crabb2018-03-026-124/+169
| |
* | new not working machine Ivan Vangelista2018-03-014-0/+159
| | | | | | | | | | ------------------------------------- Milton Bradley Electronic Milton [Sean Riddle]
* | kaneko16 : Cleanup OKI Bankswitching (#3143) cam9002018-03-022-303/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kaneko16 : Cleanup OKI banking * kaneko16.cpp : compile fix * kaneko16.cpp : Minor fix * kaneko16.h : Get rid unused functions * kaneko16.h : Minor compile fix * kaneko16.h : Fix * kaneko16 : Compile fix * Typo * kaneko16 : Compile fixes * kaneko16 : Update notes, Cleanup soundlatch handler * kaneko16.cpp : Add notes
* | add Chinese title/jyutping romanisation for ironfortc and note that the ↵ Vas Crabb2018-03-021-1/+4
| | | | | | | | distributor is a Hong Kong trading company (nw)
* | eolith.cpp Update docs (#3142) cam9002018-03-022-6/+6
| | | | | | ironfortj : Change romset name ironfortc, isn't seems like japan released version, and Excellent competence Ltd.(Distributor) logo included Company logo scene, and title screen is different(logo seems like chinese/taiwanese characters)
* | model2.cpp: bump renderer max polygons to 0x10000 (nw) angelosa2018-03-011-2/+3
| |
* | model2.cpp: bulk replace part #2 (nw) angelosa2018-03-012-8/+23
| |
* | model2.cpp: bulk geo stateization part 1 (nw) angelosa2018-03-012-30/+54
|/
* mpu4: plausible guess at connect4 digit segment, thanks smf (nw) Vas Crabb2018-03-021-1/+1
|