summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c2410.c
Commit message (Expand)AuthorAgeFilesLines
* 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-26/+26
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* converted remaining legacy_device_base users (no whatsnew) Miodrag Milanovic2012-09-031-16/+33
* 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
* s3c24xx: lots of changes for future Happy Fish 302-in-1 and Palm Z22 (mess) d... Miodrag Milanovic2011-12-301-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-25/+25
* 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-5/+5
* s3c24xx: some improvements and fixes [Tim Schuerewegen] Fabio Priuli2010-12-311-3/+6
* s3c24xx.c: Fixing compiling process on Linux and MacOSX [qmc2] Fabio Priuli2010-12-241-1/+1
* Forgot new files Angelo Salese2010-12-211-0/+113