summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-052-6/+0
* mos8722: devcb2. (nw) Curt Coder2014-03-052-112/+90
* Declaring indirect colors in MCFG is now mandatory. Removed dynamic creation ... Alex W. Jackson2014-03-051-16/+12
* upd7810.c: Added ADC support. [Ramiro Polla] Wilbert Pol2014-03-042-0/+166
* Netlist dead code removal Couriersud2014-03-044-94/+9
* Made GMIN a solver parameter. All users now use this value. Couriersud2014-03-0412-65/+148
* Minor optimizations for netlist. Couriersud2014-03-041-4/+5
* Fixed pong (rom based). Minor changes no netlist code.[Couriersud] Couriersud2014-03-043-4/+3
* i386.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-03-0310-9635/+10394
* Removed hybrid_t usage in netlist. Couriersud2014-03-033-71/+74
* Use C99 variadic syntax (..., __VA_ARGS). Renamed a member in nld_4066 as well. Couriersud2014-03-033-10/+10
* Enable saving dynamic_arrays of all fundamental types. Also fix emupal Aaron Giles2014-03-023-99/+26
* Implemented CD4066 device - Quad Bilateral Switch. [Couriersud] Couriersud2014-03-025-0/+157
* Moved device models for diodes and bjts into net_lib.c Couriersud2014-03-024-8/+22
* Use buffer devices (nw) R. Belmont2014-03-022-37/+13
* Popeye now has netlist filtering and amplification. [Couriersud] Couriersud2014-03-021-0/+3
* Fixed handling of input/output offsets. Couriersud2014-03-023-11/+12
* no need for these anymore (nw) Miodrag Milanovic2014-03-021-4/+0
* NET_C now accepts more than two terminals ... Couriersud2014-03-025-23/+53
* some modernization (nw) Miodrag Milanovic2014-03-021-4/+0
* Adding minimum width/height options; defaulting to '0' so there is no change ... Nathan Woods2014-03-023-3/+21
* fixed decoding for PALETTE_FORMAT_BBGGRRII (nw) Miodrag Milanovic2014-03-021-1/+10
* placed hack in driver_init hacks (nw) Miodrag Milanovic2014-03-021-9/+0
* In case there is driver init available, we update palettes after it (nw) Miodrag Milanovic2014-03-022-0/+11
* Fix rest of mess issues (nw) Miodrag Milanovic2014-03-022-5/+6
* not yet (nw) R. Belmont2014-03-021-1/+0
* (MESS) apple2: Support the Apple II Parallel Interface Card [R. Belmont] R. Belmont2014-03-023-0/+381
* fix copy/paste bug (nw) R. Belmont2014-03-021-1/+1
* Fix ambiguous and confusing use of "entry" in palette device member names Alex W. Jackson2014-03-022-15/+20
* Allow specifying PALETTE_INDIRECT_ENTRIES to preallocate indirection tables. Aaron Giles2014-03-013-24/+53
* NPN BJT now working Couriersud2014-03-011-6/+8
* MSVC fix Nathan Woods2014-03-011-1/+1
* im6402: devcb2. (nw) Curt Coder2014-03-012-65/+53
* svga_s3: Corrected Trio64 video clock setting, based on datasheet. mahlemiut2014-03-012-54/+98
* Support palette RAM formats that are byteswapped relative to CPU endianness [... Alex W. Jackson2014-03-012-5/+32
* Fix split palette RAM [Alex Jackson] Alex W. Jackson2014-03-011-5/+1
* Some minor performance changes. It looks like the code is limited by memory b... Couriersud2014-02-287-62/+72
* Fix remaining issues with indirect colors [Alex Jackson] Alex W. Jackson2014-02-281-11/+7
* fix divide by zero if the clock is changed to 0 at run time (we already cope ... smf-2014-02-281-2/+2
* some mess regression fixes (nw) Miodrag Milanovic2014-02-281-0/+2
* fixed usage of uninitialized member in k056800_device (nw) Oliver Stöneberg2014-02-281-0/+1
* fixed usage of uninitialized member in ics2115_device (nw) Oliver Stöneberg2014-02-281-0/+1
* fixed usage of uninitialized member in tms9902_device (nw) Oliver Stöneberg2014-02-281-0/+1
* fixed usage of uninitialized member in tms99xx_device (nw) Oliver Stöneberg2014-02-281-0/+1
* fixed default value in previous commit (nw) Oliver Stöneberg2014-02-281-1/+1
* fixed usage of uninitialized member in tmp95c063_device (nw) Oliver Stöneberg2014-02-281-0/+1
* crash fixes for mame (nw) Miodrag Milanovic2014-02-282-2/+3
* move the palette into the screen (nw) smf-2014-02-271-1/+1
* fixed bug in sending that showed up using terminal (nw) smf-2014-02-272-27/+32
* A few more fixes for indirect palettes. Aaron Giles2014-02-271-14/+19