summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Preliminary implementation of the Fujitsu MB90092 OSD chip, used by Super Fam... Angelo Salese2012-08-294-1/+287
* (MESS) svga_s3: Fixed text rendering when full acceleration is set in win95. ... mahlemiut2012-08-291-30/+42
* First step to Super Famicom Box Angelo Salese2012-08-291-2/+3
* Added blinking, last one for this M50458 thing Angelo Salese2012-08-282-4/+62
* Added horizontal/vertical char size, making the NSS logo to look better Angelo Salese2012-08-282-5/+68
* fixed compiling with MSVC, code was probably wrong (nw) smf-2012-08-281-1/+1
* make ui_active a user option Michaël Banaan Ananas2012-08-283-1/+4
* Made a shadow ROM copy, the charset is now more faithful to the original refe... Angelo Salese2012-08-282-11/+77
* fix compile (nw) Miodrag Milanovic2012-08-281-2/+2
* (MESS) svga_s3: implemented background and foreground mix registers. mahlemiut2012-08-282-13/+271
* (MESS) svga_s3: Fixed rectangle wait drawing to work under DirectX 5 (no what... mahlemiut2012-08-281-41/+97
* Improved vertical scrolling, now it's more or less reasonable Angelo Salese2012-08-281-16/+24
* (MESS) svga_s3: Minor fixes relating to text drawn at negative coordinates. (... mahlemiut2012-08-281-23/+43
* converted 53c810 to a c++ device. (nw) smf-2012-08-272-290/+328