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
/
emu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump.
mame0135u1
Aaron Giles
2009-11-20
13
-53
/
+53
*
Added missing sound type check.
Wilbert Pol
2009-11-19
1
-0
/
+1
*
Put minimum tag length back to 2 characters for now.
Aaron Giles
2009-11-19
1
-2
/
+2
*
Fix TLBMOD exceptions so they also properly set BadVAddr.
Aaron Giles
2009-11-18
1
-1
/
+1
*
Added tentative PORT_CUSTOM(eepromdev_bit_r) for EEPROM devices.
Fabio Priuli
2009-11-18
2
-4
/
+8
*
Added a MDRV_EEPROM_NODEFAULT_ADD macro for drivers which do not need default...
Fabio Priuli
2009-11-18
2
-0
/
+8
*
fix crash bug
Jonathan Gevaryahu
2009-11-18
1
-1
/
+1
*
Got rid of R->OldNoise since it causes problems for gamegear/sms. Changed noi...
Jonathan Gevaryahu
2009-11-18
2
-37
/
+71
*
Fix assertion in DRC.
Aaron Giles
2009-11-18
2
-2
/
+4
*
Fix PowerPC 603 translation so it doesn't get stuck in an infinite
Aaron Giles
2009-11-17
2
-1
/
+7
*
Fix broken DRC logging.
Aaron Giles
2009-11-17
2
-4
/
+4
*
revert gamegear/sms psg change, was probably correct before, but need a bette...
Jonathan Gevaryahu
2009-11-17
1
-4
/
+4
*
MIPS3 TLB fixes:
Aaron Giles
2009-11-17
3
-23
/
+36
*
Add NCR7496 variant to sn76496.c
Jonathan Gevaryahu
2009-11-16
2
-31
/
+59
*
MIPS3 TLB fixes:
Aaron Giles
2009-11-16
2
-6
/
+9
*
Fix screeching in regulus: When summing together four equal channels, the siz...
Jonathan Gevaryahu
2009-11-16
1
-2
/
+7
*
Reverting bad fix
Ryan Holtz
2009-11-16
1
-2
/
+1
*
- Fixed Context usage and TLB exception vectors in the MIPS core [Harmony]
Ryan Holtz
2009-11-16
1
-1
/
+2
*
Enforce a minimum tag length of 3 characters. This will enable
Aaron Giles
2009-11-15
2
-1
/
+7
*
Minor comment cleanup.
Aaron Giles
2009-11-15
1
-3
/
+4
*
Reverted bipolar output due to problems in MESS, code is commented out.
Jonathan Gevaryahu
2009-11-15
1
-3
/
+9
*
Minor comment update.
Jonathan Gevaryahu
2009-11-15
1
-0
/
+4
*
Trashed the old pre-accurate-clocking STEP based sample averaging scheme from...
Jonathan Gevaryahu
2009-11-15
1
-96
/
+43
*
MC680x0 update
R. Belmont
2009-11-14
9
-245
/
+420
*
Marked cosmic alien colors as wrong, added TODO to the driver for fixing colo...
Jonathan Gevaryahu
2009-11-13
1
-0
/
+1
*
Added missing BLTZAL opcode to the RSP core. [angrylion]
Ryan Holtz
2009-11-12
1
-0
/
+1
*
Allowed child CPUs to be used in read8/write8 callbacks.
Curt Coder
2009-11-08
1
-2
/
+12
*
Removed useless assert.
Curt Coder
2009-11-08
1
-2
/
+0
*
Refactored Z80 DMA to use devcb.
Curt Coder
2009-11-08
2
-57
/
+116
*
Fixed i8237 DACK polarity.
Curt Coder
2009-11-08
1
-1
/
+1
*
Refactored i8237 DMA to use devcb.
Curt Coder
2009-11-08
2
-217
/
+296
*
Refactored i8257 DMA to use devcb.
Curt Coder
2009-11-07
2
-149
/
+227
*
i386 core fixes: [Barry Rodewald]
Phil Bennett
2009-11-05
5
-8
/
+92
*
Fix a minor oversight in the last patch: R->OldNoise was not reset on PRNG re...
Jonathan Gevaryahu
2009-11-05
1
-2
/
+4
*
Update SN76489/A to have correct PRNG waveforms (a 0 bit was missing at the b...
Jonathan Gevaryahu
2009-11-04
2
-21
/
+50
*
Adds save state support to plygonet.c and the DSP56156 CPU core.
Andrew Gardner
2009-11-04
4
-120
/
+180
*
Z80: Check for NOP in interrupt mode 0. This allows code like ei / halt / di ...
Dirk Best
2009-11-03
1
-18
/
+27
*
Change to consistently use Intel notation for hex values in TMS32010 disassem...
Jonathan Gevaryahu
2009-11-02
1
-3
/
+3
*
fix typo in last submission for the ymf271.c and correct spacing
Brian Troha
2009-11-01
1
-3
/
+3
*
restates the notes about the error in LFO table as listed in the original man...
Brian Troha
2009-11-01
1
-15
/
+20
*
Cleanups and version bump.
mame0135
Aaron Giles
2009-10-31
1
-7
/
+7
*
Added an attotime_is_never() function
Nathan Woods
2009-10-31
1
-0
/
+11
*
Changed 32010 unknown opcode to output in $xxx format like
Aaron Giles
2009-10-31
1
-1
/
+1
*
Changes to the dsp56156 cpu core. [Andrew Gardner]
Andrew Gardner
2009-10-30
1
-55
/
+172
*
scsihd: don't crash if no media is attached
R. Belmont
2009-10-29
1
-0
/
+12
*
680x0 update:
R. Belmont
2009-10-28
3
-8
/
+175
*
03487: All Drivers using z180 cpu: Access Violation [Phil Bennett]
Phil Bennett
2009-10-26
1
-12
/
+9
*
Cleanups and version bump.
mame0134u4
Aaron Giles
2009-10-25
3
-28
/
+28
*
> -----Original Message-----
Aaron Giles
2009-10-25
2
-4
/
+8
*
From: Dirk Best <startaq@gmail.com>
Aaron Giles
2009-10-25
1
-5
/
+34
[next]