summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/progolf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-2/+2
* 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
* 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-39/+39
* BIG update. Aaron Giles2011-03-291-23/+23
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-33/+40
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-6/+24
* 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
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Small driver acks adjustments, not worth mentioning Angelo Salese2009-08-051-24/+6
* progolf: updated info Roberto Zandona2009-08-051-2/+0
* New games added or promoted from NOT_WORKING status Roberto Zandona2009-08-051-1/+1
* progolf: fixed banking (now the rom test pass) Roberto Zandona2009-08-051-35/+25
* improvements in rom banking (now all the maps are right) Roberto Zandona2009-08-051-26/+29
* Silly error from my side == improved gfxs Angelo Salese2009-08-041-2/+4
* Implemented preliminary bg map banking in 18 Holes Pro Golf [Angelo Salese, R... Angelo Salese2009-08-041-3/+36
* removed bad dump flag in progolf; with progolfa you get the same rom error in... Roberto Zandona2009-08-031-4/+4
* patch progolfa rom like progolf Roberto Zandona2009-08-031-2/+3
* progolfa: removed a unnecessary for Roberto Zandona2009-08-021-6/+6
* better implementation of the decryption routine in progolfa Roberto Zandona2009-08-021-21/+1
* decrypted progolfa Roberto Zandona2009-08-021-22/+25
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-2/+2
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-19/+19
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-8/+11
* Added some minor info, thanks mostly to Guru. Angelo Salese2009-06-111-5/+7
* Nuked progolf and btime dependancy, fixes some other bugs in the meanwhile... Angelo Salese2009-06-101-22/+129
* Simplified the framebuffer buffer code. Angelo Salese2009-06-101-48/+10
* Fixed framebuffer trails in Pro Golf, fixed a compile error from the previous... Angelo Salese2009-06-101-9/+41
* Patched a rom check, at this point I need somebody that'll decrypt the progol... Angelo Salese2009-06-091-9/+45
* Fixed backgrounds and added inputs Angelo Salese2009-06-091-102/+99
* More Pro Golf fixes... Angelo Salese2009-06-091-80/+125
* Added framebuffer support in 18 Holes Pro Golf [Angelo Salese] Angelo Salese2009-06-091-9/+45
* Started to look at the 18 Holes Pro Golf driver... Angelo Salese2009-06-091-12/+65
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4