summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* DRC: Give C backend x86/x64 shift=0 behavior for consistency [R. Belmont] R. Belmont2012-09-071-8/+21
* (MESS) svga_s3: Added Hardware Graphics Cursor. Works fine under Windows 95, ... mahlemiut2012-09-062-2/+321
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-062-595/+639
* tc009xlvc modernized tilemap (no whatsnew) Miodrag Milanovic2012-09-062-21/+22
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-065-66/+121
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-0610-659/+627
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-054-129/+12
* Converted Namco C40 road chip to a device. Updated users. Aaron Giles2012-09-052-0/+9
* Move the constants up where they should be. Aaron Giles2012-09-051-15/+14
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-053-36/+80
* mos6560: Refactored interface to use devcb. (nw) Curt Coder2012-09-052-46/+97
* Made core able to use bios selection per slot device [Miodrag Milanovic] Miodrag Milanovic2012-09-056-21/+73
* WIP Namco System 2/21/etc cleanup/modernization. Aaron Giles2012-09-051-0/+3
* (MESS) svga_s3: Added basic support for Bresenham lines. mahlemiut2012-09-051-14/+59
* And death to AM_SIZE_LEGACY. Aaron Giles2012-09-041-3/+0
* Moved MEMSEL as well Angelo Salese2012-09-041-0/+8
* Small clean-up Angelo Salese2012-09-041-10/+2
* Moved multiplication and division operation from SNES to 5A22 CPU core file [... Angelo Salese2012-09-042-0/+109
* (MESS) c65: Added missing SID interface. (nw)\n(MESS) c64: Used SID8580 for t... Curt Coder2012-09-041-1/+2
* Fixed a major bug with 5A22 timings, that was incorrectly taking extra steals... Angelo Salese2012-09-042-8/+16
* Improved SPC700 cycle opcode timings [Angelo Salese, byuu] Angelo Salese2012-09-042-14/+76
* Made cmd line parameter parsing going into unlimited levels (no whatsnew) Miodrag Milanovic2012-09-041-7/+17
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-047-63/+52
* m6502: Fixed CPU peripheral port behavior by introducing pull-up and pull-dow... Curt Coder2012-09-042-5/+39
* (MESS) crvision: Converted to use new sn76494_device. (nw) Curt Coder2012-09-032-1/+7
* relocated scanline timer start at the first active pixel instead of left bord... Michaël Banaan Ananas2012-09-031-3/+3
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-0398-2047/+1991
* Fixed inheritance (no whatsnew) Miodrag Milanovic2012-09-032-91/+25
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-03104-3553/+10
* converted remaining legacy_device_base users (no whatsnew) Miodrag Milanovic2012-09-037-80/+149
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-03200-483/+8846
* patches to make f1 super lap work, submitted by Haze, make Sixtoe happy! Michaël Banaan Ananas2012-09-031-2/+3
* PowerPC: Fixed 601-type BAT processing [R. Belmont] R. Belmont2012-09-031-5/+5
* (MESS) svga_s3: Made co-ordinates always relative to the start of VRAM. This... mahlemiut2012-09-031-8/+9
* get rid of old speedup hack (besides, it made halt timing inaccurate on drive... Michaël Banaan Ananas2012-09-021-32/+0
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-023-0/+431
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-026-8/+29
* ppc: Implemented PPC403 DMA chaining [Ville Linde] Ville Linde2012-09-023-91/+198
* (MESS) svga_s3: added memory-mapped I/O ports, and various other updates. mahlemiut2012-09-022-108/+471
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-3017-310/+214
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-305-6/+0
* (MESS) svga_s3: Implemented pattern fills, fixed some BG/FG mix functions, fi... mahlemiut2012-08-301-66/+151
* Removed not used legacy calls (nw) Miodrag Milanovic2012-08-302-30/+0
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-3022-636/+607
* Made the genvdp a derived class of the newer sms vdp because the genesis vdp ... Scott Stone2012-08-292-5/+6
* Some changes, MB90082 != MB90092 Angelo Salese2012-08-294-56/+89
* Basic emulation of the Z180 in Super Famicom Box HW [Angelo Salese, nocash] Angelo Salese2012-08-291-3/+5
* Checkpoint Angelo Salese2012-08-292-2/+15
* s3c24xx: placed video start and screen update into device (no whatsnew) Miodrag Milanovic2012-08-296-48/+65
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-2914-73/+1209