summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Collapse)AuthorAgeFilesLines
* fixed stack-buffer-overflow in device_gfx_interface::decode_gfx() with ↵ Oliver Stöneberg2014-05-091-8/+2
| | | | extended offsets [Alex Jackson]
* ptm6840_device: converted to devcb2 (nw) Ivan Vangelista2014-05-094-80/+99
|
* no need for this it's in main class now (nw) Miodrag Milanovic2014-05-091-2/+0
|
* Placed parsing properly so warnings are displayed, was bug for a longer ↵ Miodrag Milanovic2014-05-091-8/+11
| | | | period (nw)
* fix Error in command line not being visible due to buffering, also cleaned ↵ Miodrag Milanovic2014-05-091-7/+7
| | | | some other (nw)
* MSVC fix. (nw) Curt Coder2014-05-091-1/+1
|
* Created WD7600 chipset device. mahlemiut2014-05-093-0/+801
| | | | | megapc: Made into a separate driver class, hooked up WD7600. [Barry Rodewald]
* fixed usage of uninitialized member and heap-buffer-overflow in ↵ Oliver Stöneberg2014-05-081-0/+1
| | | | cosmac_device (nw)
* fixed stack-buffer-overflow in tms9995_device::state_string_export() and ↵ Oliver Stöneberg2014-05-082-4/+4
| | | | tms99xx_device::state_string_export() (nw)
* tms9900: removed spaces in state names, setting register value now possible (nw) Miodrag Milanovic2014-05-081-5/+5
|
* delete empty folder (nw) Miodrag Milanovic2014-05-082-1494/+0
|
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ↵ Miodrag Milanovic2014-05-088-32/+13
| | | | | | left same as before [Miodrag Milanovic] -Created osd_options as base option class for non-system specific options
* fixed viper regression (nw) Miodrag Milanovic2014-05-082-2/+8
|
* AY8910 uses this constructor (nw) Alex W. Jackson2014-05-081-1/+1
|
* For AY891X emulate vol-0 resistor as infinite. Couriersud2014-05-071-2/+2
|
* ins8250: fix regression (nw) cracyc2014-05-071-4/+4
|
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-074-160/+106
|
* enabled rgbsse.h for Visual Studio 64-bit builds as well and use rgbgen.h ↵ Oliver Stöneberg2014-05-072-2/+2
| | | | for all DEBUG builds since this is the fastest combination [Oliver Stöneberg]
* Fixed compile. (nw) Curt Coder2014-05-071-1/+2
|
* Silence ~1MB/second printf spam (nw) Scott Stone2014-05-071-1/+1
|
* ay8910.c: Provide chip-specific details (number of outputs, number of usable ↵ Alex W. Jackson2014-05-065-81/+65
| | | | IO ports) in constructor for each variant (nw)
* Added first draft of 74123 to netlist code. Couriersud2014-05-065-0/+188
|
* Allow connecting a net to itself, fixed typo and be more explicit on error. Couriersud2014-05-061-1/+7
|
* ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw) Ivan Vangelista2014-05-063-0/+10
|
* ay8910.c: AY8912 and AY8913 are AY8910-based, not YM2149-based (nw) Alex W. Jackson2014-05-061-1/+1
|
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-0611-180/+70
| | | This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find.
* sharc: DMA internal index registers are only 17 bits long. (nw) Ville Linde2014-05-063-13/+13
|
* avoid even more unnecessary rgb_t<->UINT32 conversions (nw) Oliver Stöneberg2014-05-062-9/+9
|
* avoid some more unnecessary rgb_t <-> UINT32 conversions (nw) Oliver Stöneberg2014-05-061-8/+8
|
* emupal.c: Support palette RAM less than the full width of the data bus it's on, Alex W. Jackson2014-05-064-9/+50
| | | | | | | | without the need for per-driver trampolines. Started removing said trampolines. [Alex Jackson] (nw) This fixes generic_paletteram regressions in simpl156.c and tmnt.c. Just a couple left now.
* shortname fix (nw) Scott Stone2014-05-061-1/+1
|
* i960.c: Save some additional state [Phil Bennett] Phil Bennett2014-05-051-0/+5
|
* Netlist: Couriersud2014-05-055-21/+39
| | | | | | | | | | | | | | - Pong Doubles now working Thanks a lot to Adam Bousley for dual licensing DICE netlists. Hooked up player inputs - Minor performance tweaks - Separated game netlists from driver. Dice is making extensive use of macros which may conflict if these are in one source file. - Added some rescap.h macros to netlist New games added or promoted from NOT_WORKING status --------------------------------------------------- Pong Doubles [DICE Team, Couriersud]
* 16 buttons is plenty thanks (nw) Alex W. Jackson2014-05-051-14/+0
|
* sc4dnd / sc4dndtp / sc4dnddw layout fun - backup of WIP (nw) David Haywood2014-05-051-0/+14
|
* Finished s3c24xx conversion to devcb2 (nw) Miodrag Milanovic2014-05-057-110/+27
|
* mc6847 : avoid one-time buffer underflow when fc100 is starting up. Robbbert2014-05-051-14/+12
|
* removed lot of legacy code in memory system and removed corresponding macros ↵ Miodrag Milanovic2014-05-056-893/+94
| | | | (nw)
* Ah, and this one (nw) Miodrag Milanovic2014-05-052-79/+11
|
* Dirty modernization (nw) Miodrag Milanovic2014-05-052-95/+99
| | | ATTN:Aaron, please ignore this change, to prevent merge issues
* More work on pong doubles. Working again (if enabled). Couriersud2014-05-044-22/+29
|
* (MESS) Apple II: enforce read twice requirement for language card. [R. Belmont] R. Belmont2014-05-042-0/+21
|
* Fixed a timing bug in netlist 7474 Couriersud2014-05-041-2/+4
|
* fix some warnings on older GCCs (e.g. OSX PPC) (nw) R. Belmont2014-05-042-1/+4
|
* New games added or promoted from NOT_WORKING status R. Belmont2014-05-032-3/+429
| | | | | | | | --------------------------------------------------- Fireball [ANY] eepromser: added support for X24C44 [ANY]
* svga_dm: prevent writing past the end of VRAM, should fix XF86_SVGA ↵ mahlemiut2014-05-031-4/+4
| | | | crashing. (no whatsnew)
* finished comment in previous commit (nw) Oliver Stöneberg2014-05-031-1/+1
|
* disable logging of unmapped memory accesses when neither -log nor -debug is ↵ Oliver Stöneberg2014-05-031-10/+21
| | | | specified (nw)
* small optimization to device_execute_interface::local_time() (nw) Oliver Stöneberg2014-05-021-3/+2
|
* (mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw) cracyc2014-05-021-2/+3
|