summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hitpoker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-2/+2
* 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-40/+40
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-20/+20
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-41/+62
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* 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-2/+2
* Small hitpoker.c clean-up Angelo Salese2010-04-241-2/+0
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-13/+16
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-13/+13
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-3/+3
* Small update, not worth mentioning Angelo Salese2009-06-271-1/+6
* mc68hc11: fixed the I/O system by changing the has_io flag with a has_extende... Angelo Salese2009-06-261-2/+1
* mc68hc11: Fixed a bug with TAP opcode Angelo Salese2009-06-261-4/+4
* Cleanups and version bump.mame0132u2 Aaron Giles2009-06-251-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-1/+1
* mc68hc11: added user-selectable configs, and hooked up in both drivers Angelo Salese2009-06-231-18/+19
* Fixed some video emulation bugs Angelo Salese2009-06-231-79/+247
* mc68hc11: Added DEC INDX, DEC INDY, INC INDX, INC INDY, SBCA IMM, SBCB IMM, S... Angelo Salese2009-06-221-47/+74
* mc68hc11: Added SWI, WAI, STOP, RORA, RORB Angelo Salese2009-06-221-8/+20
* mc68hc11: Added LSRA, LSRB, DEC EXT, BLS, NEGA, NEGB, BHI Angelo Salese2009-06-211-16/+38
* Would help if I c+p the hitpoker file actually... Angelo Salese2009-06-211-39/+78
* Did some specific improvements for hitpoker Angelo Salese2009-06-211-51/+108
* mc68hc11: Fixed a CPY IMM DASM bug, added BRCLR INDX, BRSET INDX, BCLR INDX, ... Angelo Salese2009-06-201-5/+12
* mc68hc11: Added SEC & SEV. Angelo Salese2009-06-191-7/+61
* mc68hc11: Added SUBA IMM, SUBB IMM, INCB, INC EXT, CBA. Angelo Salese2009-06-191-1/+11
* Identified the main CPU in Hit Poker [Olivier Galibert] Angelo Salese2009-06-181-6/+22
* New games marked as GAME_NOT_WORKING Angelo Salese2009-06-181-0/+103