index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
mess
/
drivers
/
mac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
no longer using read_safe from code under src/mess (nw)
Wilbert Pol
2015-08-11
1
-1
/
+1
*
change flags from GAME_ to MACHINE_
David Haywood
2015-07-29
1
-25
/
+25
*
Licenses for Raphael Nabet (nw)
Miodrag Milanovic
2015-06-07
1
-1
/
+1
*
We cannot relicense files for which we have not yet received responses (nw)
balr0g
2015-05-28
1
-1
/
+1
*
Added some for Nathan and some more for Nicola (nw)
Miodrag Milanovic
2015-05-11
1
-1
/
+1
*
changes for Juergen Buchmueller in core and credits for some files in mess(nw)
Miodrag Milanovic
2015-05-07
1
-1
/
+1
*
Added dummy license lines to each file for MESS (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
(MESS) macplus: add all 3 official boot ROMs plus a homebrew enhanced version...
arbee
2015-01-03
1
-2
/
+10
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-1
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-2
/
+2
*
(MESS) mac: add PMU ROMs for later use [R. Belmont]
R. Belmont
2014-06-24
1
-1
/
+28
*
Examined/adjusted mess.lst for orphaned sets and invalid entries. Adjusted s...
Scott Stone
2014-06-17
1
-4
/
+7
*
Cleanup of image device interfaces (nw)
Miodrag Milanovic
2014-05-02
1
-7
/
+1
*
macpds: removed unused config. nw.
Fabio Priuli
2014-05-01
1
-6
/
+1
*
Fixed mac validation (nw)
Miodrag Milanovic
2014-04-23
1
-1
/
+2
*
m68000 callbacks to delegates (nw)
Miodrag Milanovic
2014-04-22
1
-2
/
+1
*
nubus_device: converted to devcb2 (nw)
Ivan Vangelista
2014-04-17
1
-21
/
+59
*
SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat...
smf-
2014-04-14
1
-50
/
+70
*
ncr539x.device: converted to devcb2 (nw)
Ivan Vangelista
2014-04-08
1
-8
/
+4
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-5
/
+5
*
ncr5380_device: converted to devcb2 (nw)
Ivan Vangelista
2014-04-04
1
-14
/
+16
*
(MESS) macpds: Moved to emu/bus/macpds. (nw)
Curt Coder
2014-03-21
1
-1
/
+1
*
8530scc: devcb2. (nw)
Curt Coder
2014-03-17
1
-9
/
+18
*
Made palette settings for screen explicit and mandatory for ind16 mode (nw)
Miodrag Milanovic
2014-03-14
1
-2
/
+8
*
MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw)
Miodrag Milanovic
2014-03-07
1
-6
/
+6
*
Video attributes are now per screen (nw)
Miodrag Milanovic
2014-03-06
1
-12
/
+12
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-20
/
+23
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-8
/
+8
*
(MESS): Keep my style, incorporating smf's suggestions (nw)
R. Belmont
2014-01-02
1
-3
/
+3
*
Remove code obfuscation, please don't revert my changes without discussing it...
smf-
2014-01-02
1
-3
/
+3
*
(MESS) mac: cleanup (nw)
R. Belmont
2014-01-02
1
-47
/
+82
*
Removed cb2 callback from mac drivers, you now have to push the data. [smf]
smf-
2014-01-01
1
-18
/
+6
*
Convert VIA6522 to use DEVCB2 [smf]
smf-
2013-12-31
1
-17
/
+135
*
(MESS) Move NuBus and friends into the new bus structure (nw)
R. Belmont
2013-10-22
1
-17
/
+29
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-1
/
+1
*
(MESS): Checkpoint original Mac keyboard LLE, make it possible to select by #...
R. Belmont
2013-09-08
1
-0
/
+1
*
(MESS) fix some regressions (nw)
Wilbert Pol
2013-08-05
1
-1
/
+1
*
some SCREEN_UPDATE_* cleanups (nw)
Oliver Stöneberg
2013-08-05
1
-1
/
+1
*
(MESS) Mac: convert ASC to devcb2 IRQ output, some minor modernization. [R. B...
R. Belmont
2013-07-29
1
-10
/
+10
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-1
/
+1
*
(MESS) Mac updates: [R. Belmont]
R. Belmont
2013-07-21
1
-1
/
+42
*
cast cast revolution (nw)
R. Belmont
2013-06-30
1
-6
/
+5
*
it's not possible to emulate powermacs due to modernized 68k, RIP that projec...
R. Belmont
2013-06-29
1
-3
/
+5
*
Moved default card config, device inputs and clock off the slot interface so ...
smf-
2013-05-29
1
-22
/
+22
*
more state cleanup and some modernization (nw)
Miodrag Milanovic
2013-04-19
1
-1
/
+1
*
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
Miodrag Milanovic
2013-04-10
1
-2
/
+2
*
Some more moving to proper place and compile fix (nw)
Miodrag Milanovic
2013-02-22
1
-1
/
+1
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
1
-1
/
+1
*
misc fixes. Hint: read_safe can't work anymore (nw)
Olivier Galibert
2013-02-07
1
-5
/
+5
*
(MESS) mac: Use pre-cached tagmaps for keyboard/mouse (nw)
R. Belmont
2013-01-26
1
-5
/
+5
[next]