summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gstream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-28/+27
* removed some more expressions which are always true/false (no whatsnew) Oliver Stöneberg2012-10-031-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-17/+17
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-32/+29
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-18/+18
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-3/+3
* Fixed G-Stream G2020's sound banking. Compared with a real PCB and everything... Scott Stone2012-08-281-59/+55
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-6/+6
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-19/+19
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-19/+19
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-11/+15
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-10/+12
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-62/+64
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-3/+3
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-13/+13
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-14/+14
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-6/+6
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-88/+95
* BIG update. Aaron Giles2011-03-291-27/+27
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* misc companyname cleanups/consitencies Michaël Banaan Ananas2011-03-091-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-8/+8
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Remaining regressions. Aaron Giles2010-09-041-6/+6
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-20/+21
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-1/+1
* Added default NVRAM to G-Stream [David Haywood] Angelo Salese2010-06-151-3/+4
* Pre-cache maincpu so we can efficiently query the PC in the speedup loop. Aaron Giles2010-06-141-3/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+9
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6