summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-1924-174/+173
* added missing pcbs. nw. Fabio Priuli2013-03-181-1/+0
* added software list to the RM Nimbus. Fabio Priuli2013-03-181-1/+4
* (MESS) megadriv.c: added support for reset-base Codemaster 2-in-1 cart and do... Fabio Priuli2013-03-181-0/+2
* MESS: clcd uses char set from rom, only characters 128 from an upper case cha... smf-2013-03-171-11/+10
* MESS: Added some notes to clcd mmu registers, the only available documentatio... smf-2013-03-171-5/+75
* MSVC warning fix (nw) Nathan Woods2013-03-171-2/+2
* (MESS) snes.c: added support in snes and snespal for loading from fullpath Fabio Priuli2013-03-161-119/+9
* Improved keyboard inputs per schematics Angelo Salese2013-03-151-35/+42
* Added mahjong panel support to Famicom Angelo Salese2013-03-151-0/+42
* fixed cart regression in saturn. nw. Fabio Priuli2013-03-151-1/+1
* (MESS) snes.c: major overhaul of cart and add-on handling [Fabio Priuli] Fabio Priuli2013-03-151-1512/+796
* (MESS) snes: fixed snesst10 and (partially) snesst11. nw. Fabio Priuli2013-03-151-1/+1
* Enough of this Angelo Salese2013-03-151-0/+1
* Preliminary scroll, just to realize that I need to rewrite the video emulatio... Angelo Salese2013-03-151-9/+83
* ... and key modifiers Angelo Salese2013-03-151-2/+9
* Added keyboard Angelo Salese2013-03-151-60/+195
* Very preliminary LCD hook-up Angelo Salese2013-03-141-11/+161
* New skeleton driver for Casio FP-200, will do actual code work next Angelo Salese2013-03-141-0/+251
* reduced direct accesses to cart devices (systems should eventually only inter... Fabio Priuli2013-03-143-130/+132
* minor cleanup. nw. Fabio Priuli2013-03-141-14/+12
* fmtowns: set UX and Marty drivers to use 386SX CPU. (no whatsnew) mahlemiut2013-03-141-304/+339
* Modernized CRT, okim6285, and ZSG2 devices. [Andrew Gardner] Andrew Gardner2013-03-131-13/+13
* as usual, pressing save *before* the commit would help. nw. Fabio Priuli2013-03-131-44/+0
* (MESS) snes.c: misc work on pirate carts. [Fabio Priuli] Fabio Priuli2013-03-131-25/+95
* i386: split 386sx to separate cpu (nw) cracyc2013-03-121-17/+21
* 315_5124.c: Improved triggering of IRQs. [Enik Land] Wilbert Pol2013-03-111-1/+1
* Some minor changes, it definitely draws a Casio logo in AnimeLand Angelo Salese2013-03-111-5/+7
* (MESS) snes: cleaned up snesnew memory handlers. nw. Fabio Priuli2013-03-111-338/+77
* checkpoint. nw. Fabio Priuli2013-03-111-57/+102
* (MESS) snes: legacy code for CX4 is better than no code at all... nw Fabio Priuli2013-03-111-2/+18
* (MESS) snes: Added support for DSP-1 games with ROM larger than 1MB. nw. Fabio Priuli2013-03-101-4/+20
* (MESS) snes: more accurate mapping of the seta DSP chip for snesnew. nw Fabio Priuli2013-03-101-10/+10
* [MT05140] fixed missing default slot for prof180x floppies [Oliver Stöneberg] Oliver Stöneberg2013-03-091-3/+3
* [MT05156] fixed saa5050 configuration for a6809 [Oliver Stöneberg] Oliver Stöneberg2013-03-091-1/+1
* (MESS) fixed uninitialized memory in src/mess/drivers/psion.c (nw) Oliver Stöneberg2013-03-091-0/+1
* (MESS) fixed uninitialized memory in src/mess/drivers/fm7.c (nw) Oliver Stöneberg2013-03-091-0/+2
* (MESS) fixed uninitialized memory in src/mess/drivers/pc9801.c (nw) Oliver Stöneberg2013-03-091-0/+2
* (MESS) fixed uninitialized memory in src/mess/drivers/nakajies.c (nw) Oliver Stöneberg2013-03-091-0/+1
* removed regions which are not used anymore. nw. Fabio Priuli2013-03-091-12/+0
* (MESS) fixed uninitialized memory in src/mess/drivers/einstein.c (nw) Oliver Stöneberg2013-03-091-0/+1
* ficed several occurances of uninitialized memory (nw) Oliver Stöneberg2013-03-092-0/+2
* (MESS) ngp.c: Made the drivers a bit more user friendly. (nw) Wilbert Pol2013-03-081-3/+38
* (MESS) cbm8296: Fixed address decode and video. (nw) Curt Coder2013-03-081-6/+70
* greatly simplified mapping and access for cart ROM. given the massive interna... Fabio Priuli2013-03-081-25/+109
* temp fixed regression in superfx due to changes done yesterday. the code is n... Fabio Priuli2013-03-071-38/+65
* Reverted MC68328 changes. (nw) Curt Coder2013-03-071-1/+1
* Fixed build. (nw) Curt Coder2013-03-071-1/+1
* Moved some files to where they belong. (nw) Curt Coder2013-03-071-3/+114
* split ROM/RAM accesses to cart in SNES slot implementation in order to simpli... Fabio Priuli2013-03-071-164/+221