index
:
mame
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
android-updates
arm3_copro
arm_playground
asmjit
cdimono2_wip
cdplay
deprecated
diexec_resync
draggable-layout
dribbling-nl
floppy_sound
hlsl_aviplay
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
megadrive_qa
midtunit_video
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
palmhacks
pc_sis630
psx_metafix
py_regtests
release0244
rendlay_vid
s32_kokoroji
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
vrender0_3
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
mame
/
drivers
/
alpha68k.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-3497
/
+0
*
change flags from GAME_ to MACHINE_
David Haywood
2015-07-29
1
-26
/
+26
*
Fix for MAMETESTERS bug #05959
mamesick
2015-07-06
1
-2
/
+2
*
synced credits where it make sense (nw)
Miodrag Milanovic
2015-05-26
1
-1
/
+1
*
update for Pierpaolo Prazzoli (nw)
Miodrag Milanovic
2015-05-11
1
-2
/
+2
*
Added dummy license headers for MAME part (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
Tidy tidying
Zoë Blade
2015-04-10
1
-0
/
+1
*
Tidy more whitespace
Zoë Blade
2015-04-08
1
-1
/
+0
*
new clones
mamehaze
2015-04-05
1
-47
/
+107
*
Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ...
Alex W. Jackson
2015-01-27
1
-7
/
+2
*
add supduck palette type to emupal.c and use that (nw)
mamehaze
2014-12-01
1
-4
/
+4
*
Cleanups and version bump
mame0156
Miodrag Milanovic
2014-11-26
1
-37
/
+37
*
Added SCREEN_RAW_PARAMS for Alpha 68k HW [Angelo Salese]
Angelo Salese
2014-11-24
1
-37
/
+53
*
alpha68k: consolidate some gfx_layouts, use core palette handling (nw)
Alex W. Jackson
2014-10-14
1
-94
/
+59
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-2
/
+2
*
new clones
David Haywood
2014-05-17
1
-10
/
+69
*
ay8910_device and extended family: converted to devcb2 (nw)
Ivan Vangelista
2014-05-06
1
-22
/
+9
*
Checkpoint 2:
Alex W. Jackson
2014-03-15
1
-9
/
+9
*
Made palette settings for screen explicit and mandatory for ind16 mode (nw)
Miodrag Milanovic
2014-03-14
1
-0
/
+9
*
All MAME drivers using indirect colors now explicitly declare them in MACHINE...
Alex W. Jackson
2014-03-03
1
-2
/
+8
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-14
/
+14
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-9
/
+9
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-5
/
+5
*
new clones
David Haywood
2013-05-22
1
-0
/
+62
*
old achocode ;-)
David Haywood
2013-05-20
1
-11
/
+5
*
modernised YM2413 [smf]
smf-
2013-05-13
1
-1
/
+1
*
modernised YM3812 [smf]
smf-
2013-05-13
1
-11
/
+6
*
modernised the AY8910 [smf]
smf-
2013-05-12
1
-2
/
+2
*
modernised YM2203 [smf]
smf-
2013-05-11
1
-19
/
+16
*
Added proper sized maincpu rom for World Tennis from recent dump and updated ...
Scott Stone
2013-05-07
1
-2
/
+32
*
Cleanups and version bump
mame0148u4
Miodrag Milanovic
2013-04-30
1
-1
/
+0
*
pcat cleanup + removal of all not used LEGACY calls (in comments) and removal...
Miodrag Milanovic
2013-04-19
1
-3
/
+3
*
changed machine().device("maincpu") with m_maincpu in mame tree part (nw)
Miodrag Milanovic
2013-04-10
1
-1
/
+1
*
moved cpu_device * to required_device in existing driver state classes (nw)
Miodrag Milanovic
2013-04-09
1
-1
/
+0
*
device callback handler cleanup (nw)
Miodrag Milanovic
2013-04-02
1
-4
/
+3
*
made some of sound devices use device callbacks instead of function callbacks...
Miodrag Milanovic
2013-03-28
1
-1
/
+1
*
Modernization of drivers part 1 (no whatsnew)
Miodrag Milanovic
2013-02-05
1
-3
/
+3
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-9
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-174
/
+174
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-1
/
+1
*
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew)
Miodrag Milanovic
2012-09-18
1
-28
/
+27
*
Modernized screen update calls (no whatsnew)
Miodrag Milanovic
2012-09-17
1
-9
/
+9
*
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang...
Miodrag Milanovic
2012-09-13
1
-78
/
+72
*
Clear out remaining global inlines in diexec.h.
Aaron Giles
2012-09-12
1
-5
/
+5
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-5
/
+5
*
All driver inits are now member of state classes.
Miodrag Milanovic
2012-08-10
1
-107
/
+90
*
* Fully modernized segahang.
Aaron Giles
2012-08-10
1
-1
/
+1
*
Convert dac.c to a modern sound device. Update all callers.
Aaron Giles
2012-08-09
1
-9
/
+9
*
Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN...
Miodrag Milanovic
2012-08-04
1
-21
/
+21
*
fix regression
Michaël Banaan Ananas
2012-05-13
1
-8
/
+1
[next]