summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/sms.h
Commit message (Expand)AuthorAgeFilesLines
* Put some licenses since authors all replied (nw) Miodrag Milanovic2015-06-021-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* sms.c: few corrections to the driver [Enik Land] etabeta782015-05-251-0/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) sms.c: misc improvements: [Enik Land] etabeta782015-04-241-3/+10
* (MESS) sms: improved the code for the Light Phaser, by simplifying the routines etabeta782015-02-221-10/+12
* (MESS) sms/gamegear: misc improvements [Enik Land] etabeta782015-01-271-45/+47
* (MESS) gamegear: fixed a small mistake in the checks for SMS mode, on behalf of etabeta782015-01-061-1/+1
* (MESS) gamegear: fixed detection of SMS games (via adapter) and added etabeta782014-12-261-1/+6
* (MESS) gamegear: moved GG-SMS scaling from VDP file to the machine file; etabeta782014-12-241-0/+9
* (MESS) sms.c: Restore selected cartridge when loading a save state for the st... Wilbert Pol2014-07-311-0/+1
* (MESS) smssdisp: implemented game selection. [Enik Land] Fabio Priuli2014-04-081-3/+0
* (MESS) smssdisp: fixed slot recognition so that now the system Fabio Priuli2014-03-301-2/+4
* (MESS) sms: slightly modified system flags, and fixed RAM init Fabio Priuli2014-03-291-3/+5
* (MESS) sms: fixed Korean Gam*Boy 2 being detected as a Japanese Fabio Priuli2014-03-261-1/+5
* (MESS) sms: fixed light phaser support through the gender adapter Fabio Priuli2014-03-251-4/+0
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-101-3/+3
* (MESS) sms: accurately emulated the behavior when mounting both a cart Fabio Priuli2014-03-051-12/+14
* (MESS) sms.c: Various changes: [Enik Land] Wilbert Pol2014-01-141-3/+2
* (MESS) sms.c: Improved I/O handling for Japanese and Korean drivers (Pause bu... Wilbert Pol2013-09-121-0/+2
* (MESS) sms.c: [Enik Land] Wilbert Pol2013-09-031-4/+5
* (MESS) sms.c: Reduce tagmap lookups for sscope and fixed validation error whe... Wilbert Pol2013-08-271-0/+2
* (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Lig... Wilbert Pol2013-08-041-0/+1
* (MESS) sms.c: Converted TH line callbacks to use write_line. [Enik Land] Wilbert Pol2013-07-151-3/+5
* (MESS) sms: Converted SMS inputs to use slot devices. You now select Fabio Priuli2013-06-191-83/+20
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-7/+7
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-1/+9
* (MESS) added sega cards to smssdisp too and cleaned up the memory handlers. nw. Fabio Priuli2013-05-231-31/+5
* (MESS) sms.c: added support for the card slot to Master System I console; use... Fabio Priuli2013-05-231-0/+2
* (MESS) sms/gamegear: Various improvements [Fabio Priuli] Fabio Priuli2013-05-211-93/+137
* (MESS) sms.c: Change hcount calculation to use screen timings and move it to ... Wilbert Pol2013-05-141-3/+1
* modernised YM2413 [smf] smf-2013-05-131-1/+2
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-0/+5
* more eeprom devices (nw) Miodrag Milanovic2013-04-121-1/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-15/+13
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-1/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-4/+2
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-1/+1
* (MESS)sms.c: Getting rid of some static functions (nw) Wilbert Pol2013-01-201-4/+28
* (MESS)sms.c: Keep RAM working normally when no scope is attached. (nw) Wilbert Pol2013-01-131-2/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* (MESS) sms.c: Improved support for '3-D' games. [Enik Land] Wilbert Pol2012-12-121-0/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-5/+3
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-3/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-11/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+8