summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/msx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1184