summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c2400.c
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Finished s3c24xx conversion to devcb2 (nw) Miodrag Milanovic2014-05-051-14/+1
* s3c24xx: isolated the callback that resists devcb2 conversion (nw) Ivan Vangelista2014-04-251-0/+1
* s3c24xx: First part of devcb2 conversion (nw) Ivan Vangelista2014-04-251-1/+9
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* modernized s3c24xx (nw) Miodrag Milanovic2014-03-271-41/+56
* renamed s3c24xx.c to s3c24xx.inc Oliver Stöneberg2014-03-191-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-0/+5
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+14
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+1
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-23/+23
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* converted remaining legacy_device_base users (no whatsnew) Miodrag Milanovic2012-09-031-15/+32
* s3c24xx: placed video start and screen update into device (no whatsnew) Miodrag Milanovic2012-08-291-10/+10
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* BIG update. Aaron Giles2011-03-291-5/+5
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-22/+22
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Remove some straggling const address_space references, and get rid of Aaron Giles2011-03-171-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* s3c24xx: some improvements and fixes [Tim Schuerewegen] Fabio Priuli2010-12-311-3/+3
* s3c24xx.c: Fixing compiling process on Linux and MacOSX [qmc2] Fabio Priuli2010-12-241-1/+1
* Forgot new files Angelo Salese2010-12-211-0/+92