summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/msx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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) msx.c: Replace custom DRIVER_INIT with driver_start override. (nw) Wilbert Pol2014-10-111-1/+1
* (MESS) msx.c: machine_start/machine_reset cleanup (nw) Wilbert Pol2014-10-111-16/+2
* (MESS) msx.c: Made members private and added members to save state (nw) Wilbert Pol2014-08-061-0/+26
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+0
* (MESS) msx.c: Added preliminary sfg01 support (nw) Wilbert Pol2014-06-011-2/+27
* (MESS) msx.c: [Wilbert Pol] Wilbert Pol2014-05-141-678/+69
* (MESS) msx.c: Moved kanji roms into 'kanji' memory regions. (nw) Wilbert Pol2014-04-301-5/+2
* (MESS) msx.c: Moved RAMIO_SET_BITS settings from an msx layout to an MCFG ent... Wilbert Pol2014-04-301-3/+0
* (MESS) msx.c: Floppy cleanup (nw) Wilbert Pol2014-04-291-23/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-10/+0
* (MESS) msx.c: Bye bye MSX_DRIVER_LIST. (nw) Wilbert Pol2014-04-141-16/+5
* fixed heap-buffer-overflow in msx_state::device_image_load_msx_cart() (nw) Oliver Stöneberg2014-03-301-1/+1
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-6/+4
* make it a bit clearer how to load floppies in msx1 by actually recognizing th... David Haywood2014-02-171-0/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-26/+0
* converted z80 to c++ [smf] smf-2014-01-211-1/+1
* Hooked up V9958 to MSX2+, used by a bunch of games/apps Angelo Salese2013-11-201-0/+6
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* (MESS) added check for incorrect MSX_LAYOUT_SLOT configurations (nw) Oliver Stöneberg2013-06-011-0/+14
* minor cleanup. nw. Fabio Priuli2013-05-291-1/+1
* modernised YM2413 [smf] smf-2013-05-131-2/+2
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* V9938 to use devcb2 (nw) Miodrag Milanovic2013-04-021-4/+2
* Fix some compile errors (nw) Wilbert Pol2013-02-131-6/+1
* (MESS) msx.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-131-57/+56
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-7/+5
* (MESS) msx1_cart.xml: added missing cart dumps. [Fabio Priuli] Fabio Priuli2013-01-241-5/+11
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-91/+91
* v9938.c: Removed the "ignore-sprite-limit" hack entirely. [Wilbert Pol] Wilbert Pol2012-11-161-1/+0
* (fix that fix) Michaël Banaan Ananas2012-10-271-4/+4
* fix z80 cycles on illegal prefixes Michaël Banaan Ananas2012-10-261-3/+3
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-9/+9
* (MESS) msx2_cart.xml: Fixed mapper for dynabowl and profmjg. These games now ... Fabio Priuli2012-09-291-4/+5
* (MESS) msx.c: slightly simplified sram handling in conjunction with softlists... Fabio Priuli2012-09-261-37/+34
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-5/+4
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-6/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-4/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+9
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* (MESS) msx1_cart.xml: Revert previous animal land fix. Changed all ascii mapp... Wilbert Pol2012-08-241-1/+0
* (MESS) msx1_cart.xml: Fixed animllnd (nw) Wilbert Pol2012-08-241-0/+1
* z80 r16491 for msx.c Michaël Banaan Ananas2012-08-231-20/+20