index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
driver.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0142u4
Angelo Salese
2011-05-24
1
-1
/
+1
*
Switch input ports to use function-based constructors instead of tokens.
Aaron Giles
2011-05-10
1
-1
/
+1
*
Cleanups and version bump
mame0142u3
Angelo Salese
2011-05-08
1
-4
/
+4
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-0
/
+25
*
Cleanups again
Angelo Salese
2011-04-18
1
-4
/
+4
*
Improve driver enumerator to by default exclude internal drivers,
Aaron Giles
2011-04-17
1
-2
/
+2
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-21
/
+135
*
BIG update.
Aaron Giles
2011-03-29
1
-3
/
+3
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-0
/
+2
*
Added game types (no whatsnew)
Miodrag Milanovic
2011-01-26
1
-4
/
+25
*
- Moved RAM device into emu core [Miodrag Milanovic]
Miodrag Milanovic
2011-01-05
1
-0
/
+34
*
- Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic]
Miodrag Milanovic
2011-01-01
1
-0
/
+1
*
Changed the MACHINE_DRIVER_* macros, as follows:
Aaron Giles
2010-09-01
1
-1
/
+1
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-1
/
+1
*
me being a nitpicker aligning the backslashes
Michaƫl Banaan Ananas
2010-05-19
1
-5
/
+5
*
Cleanups and version bump.
mame0136u3
Aaron Giles
2010-02-14
1
-1
/
+1
*
Removed GAME_SHARE_ROMS flag and commented old check for duplicate ROM entries
Miodrag Milanovic
2010-02-11
1
-1
/
+0
*
Renamed GAME_CAN_SHARE_ROMS to GAME_SHARE_ROMS (sounds more logical)
Miodrag Milanovic
2010-02-11
1
-1
/
+1
*
- Renamed GAME_COMPUTER_MODIFIED to GAME_UNOFFICIAL to mark unofficial hardwa...
Miodrag Milanovic
2010-02-11
1
-3
/
+3
*
- Moved compatibility validation into MAME core from MESS.
Miodrag Milanovic
2010-02-09
1
-4
/
+1
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-8
/
+5
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-114
/
+19
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-1
/
+1
*
Changes to sync with new toolchain:
Aaron Giles
2010-01-03
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-5
/
+5
*
- Removed sysconfig section from game_driver struct
Miodrag Milanovic
2009-12-25
1
-5
/
+1
*
> -----Original Message-----
Aaron Giles
2009-10-01
1
-46
/
+57
*
Added missing casts and made other tweaks. The entire project
Aaron Giles
2009-04-27
1
-1
/
+2
*
fix #define.. stupid copy+paste errors
davidhay
2009-02-02
1
-1
/
+1
*
fix comment
davidhay
2009-02-02
1
-1
/
+1
*
getting the AGEMAME ball rolling.
davidhay
2009-02-02
1
-14
/
+16
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
1
-1
/
+0
*
Removed empty input ports from the empty driver, in favor of a NULL entry.
Aaron Giles
2008-05-25
1
-0
/
+1
*
Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th...
Zsolt Vasvari
2008-03-10
1
-3
/
+3
*
Changes VIDEO_UPDATE signature to
Zsolt Vasvari
2008-03-08
1
-15
/
+15
*
Added running_machine * parameter to the front of all read/write handlers.
Aaron Giles
2008-03-05
1
-0
/
+1
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
1
-2
/
+2
*
Converted MACHINE_DRIVER definitions from function
Aaron Giles
2008-02-26
1
-2
/
+18
*
Pulled remaining vestiges of old-style colortables:
Aaron Giles
2008-02-19
1
-2
/
+2
*
New module: devintrf.c/.h. Implements a generic device interface similar
Aaron Giles
2008-02-19
1
-383
/
+1
*
Removes MDRV_COLORTABLE_LENGTH macro -- no longer used
Zsolt Vasvari
2008-02-19
1
-3
/
+0
*
Removed expand_machine_driver().
Aaron Giles
2008-02-18
1
-1
/
+2
*
Added new option VIDEO_UPDATE_SCANLINE, which cases VIDEO_UPDATE to be called...
Aaron Giles
2008-01-30
1
-2
/
+7
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-01-24
1
-7
/
+7
*
Added a _CALL variant to all prototype macros. The use of these should make ...
Zsolt Vasvari
2008-01-22
1
-23
/
+41
*
sound:
Couriersud
2008-01-20
1
-1
/
+4
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Added new file xtal.h with commonly known/used clock XTALs.
Aaron Giles
2008-01-01
1
-0
/
+1
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-5
/
+6
*
Changes for MAME 0.121u2.
mame0121u2
Aaron Giles
2007-12-17
1
-19
/
+4
[next]