summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/socrates.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+4
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+4
* (MESS) profweis, iqunlimz : fixed palette Robbbert2014-03-021-1/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-9/+9
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* (MESS) iqunlimz: fixed 80 columns mode. (nw) Sandro Ronco2014-02-021-4/+15
* (MESS) iqunlimz: added preliminary keyboard inputs. (nw) Sandro Ronco2014-02-021-1/+158
* (MESS) Moved iqunlimz from pc2000.c to socrates.c (nw) Sandro Ronco2014-02-021-0/+253
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* nmk16: add missing copyright holder Jonathan Gevaryahu2013-10-151-1/+1
* specify licenses Jonathan Gevaryahu2013-10-151-0/+2
* specify licenses Jonathan Gevaryahu2013-10-141-4/+25
* remove garbage comment; no whatsnew Jonathan Gevaryahu2013-09-011-1/+1
* (MESS) socrates.c: add internal and vsm german speech cart dumps [Team Europe... Jonathan Gevaryahu2013-09-011-84/+92
* (MESS) socrates.c: Add note that the Vtech Socrates' speech cart speech chip ... Jonathan Gevaryahu2013-08-301-0/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-3/+28
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-5/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* (MESS) modernized socrates sound device. (nw) Sandro Ronco2013-03-021-9/+8
* (MESS) profweis: added another bios version. [Team Europe] Sandro Ronco2013-03-011-2/+4
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-36/+37
* Minor comment update, no whatsnew Jonathan Gevaryahu2013-01-131-3/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-236/+236
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-9/+9
* (MESS) New system marked as NOT WORKING: Yeno/Vtech Professor Weiss-Alles [Te... Jonathan Gevaryahu2012-12-041-3/+69
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* (MESS) socrates: moved cartridges into a softlist. (nw) Sandro Ronco2012-09-251-20/+10
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-12/+12
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-7/+7
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-33/+30
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1061