summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) sms.c: Adding some names to the contributors list. (nw) Wilbert Pol2014-05-031-0/+3
* (MESS) smssdisp: minor cleanup and mapping conflict avoidance + added Fabio Priuli2014-04-131-58/+25
* Systems Promoted from GAME_NOT_WORKING: Fabio Priuli2014-04-081-7/+7
* (MESS) smssdisp: implemented game selection. [Enik Land] Fabio Priuli2014-04-081-9/+56
* 315_5124.c: converted to devcb2 (nw) Ivan Vangelista2014-03-291-28/+25
* (MESS) sms: fixed Korean Gam*Boy 2 being detected as a Japanese Fabio Priuli2014-03-261-79/+68
* (MESS) sms.c: fixed behavior of the TH pin in the Japanese SMS consoles. [Eni... Fabio Priuli2014-03-221-6/+18
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-101-1/+1
* (MESS) sms: accurately emulated the behavior when mounting both a cart Fabio Priuli2014-03-051-22/+8
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-12/+0
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-14/+4
* (MESS) sms.c: Updated some notes and shuffled some code around (Enik Land) (nw) Wilbert Pol2014-01-211-2/+9
* (MESS) sms.c: Various changes: [Enik Land] Wilbert Pol2014-01-141-33/+84
* (MESS) sms.c: Improved I/O handling for Japanese and Korean drivers (Pause bu... Wilbert Pol2013-09-121-31/+50
* (MESS) sms.c: [Enik Land] Wilbert Pol2013-09-031-3/+4
* fixed more faulty PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-091-6/+0
* more PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-051-7/+6
* (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Lig... Wilbert Pol2013-08-041-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+6
* (MESS) sms.c: Converted TH line callbacks to use write_line. [Enik Land] Wilbert Pol2013-07-151-6/+6
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* (MESS) sms: Converted SMS inputs to use slot devices. You now select Fabio Priuli2013-06-191-124/+64
* (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intelliv... Fabio Priuli2013-06-081-11/+11
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-39/+39
* (MESS) sg1000: fixed RAM in a few games and added support for the Othello PCB... Fabio Priuli2013-05-271-0/+1
* (MESS) sms: added backward compatibility to SG-1000 Mark III, for SG-1000 gam... Fabio Priuli2013-05-241-1/+18
* (MESS) added sega cards to smssdisp too and cleaned up the memory handlers. nw. Fabio Priuli2013-05-231-0/+17
* (MESS) sms.c: added support for the card slot to Master System I console; use... Fabio Priuli2013-05-231-0/+7
* (MESS) sms/gamegear: Various improvements [Fabio Priuli] Fabio Priuli2013-05-211-119/+121
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-12/+12
* (MESS) sms.c: Added readme. [Guru] Wilbert Pol2013-05-191-0/+153
* (MESS) sms.c: Change hcount calculation to use screen timings and move it to ... Wilbert Pol2013-05-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* 315_5124.c: Improved triggering of IRQs. [Enik Land] Wilbert Pol2013-03-111-1/+1
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-5/+0
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-10/+10
* (MESS)sms.c: Mark-III does not have I/O port E and F. (nw) Wilbert Pol2013-01-131-0/+26
* (MESS)sms.c: Keep RAM working normally when no scope is attached. (nw) Wilbert Pol2013-01-131-17/+17
* (MESS)sms.c: The Gam*Boy II seems to a bit more strict address descoding; at ... Wilbert Pol2013-01-131-0/+29
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-57/+57
* (MESS) sms.c: Improved support for '3-D' games. [Enik Land] Wilbert Pol2012-12-121-2/+6
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-8/+8
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-6/+6
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+9
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* (MESS) Continuing new device implementation for SN76496 and clones - apricot.... Scott Stone2012-08-291-6/+20
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+756