summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mz3500.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid parsing confusion for real errors (nw) Scott Stone2014-05-221-6/+6
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-12/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* upd7220: devcb2 and delegates. (nw) Curt Coder2014-04-021-33/+21
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-18/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-5/+8
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-32/+32
* Forgot to hook-up mon_r() (not that it changes much) Angelo Salese2013-03-251-1/+2
* Added RAM-based BASIC bankswitch, improved floppy code, added mon_r(). SIS ac... Angelo Salese2013-03-251-11/+90
* Improved various things, shows 'no system media' now Angelo Salese2013-03-251-23/+138
* Hooked up DIPs, tries to read from the FDC Angelo Salese2013-03-251-11/+61
* FDC check-point Angelo Salese2013-03-231-5/+42
* Added video emulation Angelo Salese2013-03-231-12/+198
* Check-point Angelo Salese2013-03-231-15/+170
* Documentation Angelo Salese2013-03-231-0/+14
* Forgot main file Angelo Salese2013-03-231-0/+271