summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/policetr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-5/+5
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-24/+24
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-21/+21
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-43/+34
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Replaced BSMT2000 HLE emulator with emulation of the original TMS32015. Aaron Giles2011-01-201-22/+24
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+4
* Fix the bad trend I started long ago in naming the MIPS CPU configuration Aaron Giles2010-08-261-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* - even more small company name cleanups Michaƫl Banaan Ananas2010-05-221-9/+9
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Converted policetr to new device. Aaron Giles2009-12-241-21/+10
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-13/+14
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* fixed 3 more tags Fabio Priuli2009-05-081-1/+1
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* Remaining regressions. Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-9/+10
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Another big one. Aaron Giles2008-11-201-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* new clones added: Brian Troha2008-10-191-20/+41
* verified the checksum via a different auction on eBay. Brian Troha2008-10-061-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-78/+53
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-4/+4