summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mario.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-3/+17
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-13/+8
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-0/+3
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size Aaron Giles2009-11-281-2/+2
* Refactored Z80 DMA to use devcb. Curt Coder2009-11-081-32/+12
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-10/+10
* new clone added: Mario Bros. (US, Revision F) Brian Troha2009-06-281-29/+73
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* More numbers-to-tags changes. Also, removed two unneeded variables in megadri... Fabio Priuli2009-04-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-14/+14
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* Here's the big one.... Aaron Giles2008-12-111-9/+1
* [Z80DMA] Added placeholders for interrupt callback and Z80 daisy chain functi... Curt Coder2008-11-251-1/+2
* Most of the rest of the drivers converted. Aaron Giles2008-11-231-4/+6
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* 02207: marioj, marioo: Access Violation Aaron Giles2008-09-111-5/+15
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-1/+1
* mario.c: Use mcs48 banking for ea line Couriersud2008-08-301-3/+8
* Preparing some MDRV_CPU_IO_MAP calls for automated memmap replacement. Andrew Gardner2008-08-301-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4
* 8257dma and z80dma devices now require device callback handlers instead of ma... Couriersud2008-08-031-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-20/+20
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-22/+22
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Cleaned up z80dma interface Couriersud2008-06-221-9/+8
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-3/+3
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* mario.c is "deprecat.h"-free now Couriersud2008-03-051-1/+0
* Changed z80dma to new device interface, updated mario.c and dkong.c to use ne... Couriersud2008-03-021-18/+8
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-1/+1
* Fixed 'mario' and 'masao' memory maps to match the Dip Switches port name. stephh2008-02-121-2/+2
* mario.c: Couriersud2008-01-251-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* mario: Couriersud2008-01-201-2/+2
* Cleanups for 0.122u5. Aaron Giles2008-01-111-7/+7