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
/
cpu
/
superfx
Commit message (
Expand
)
Author
Age
Files
Lines
*
various cpu cores: don't state save icount (nw)
Alex W. Jackson
2014-07-09
1
-2
/
+0
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
1
-3
/
+3
*
fixed usage of uninitialized members in superfx_device (nw)
Oliver Stöneberg
2014-04-28
1
-0
/
+6
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-6
/
+5
*
superfx.c: Modernized cpu core. [Wilbert Pol]
Wilbert Pol
2013-12-25
2
-902
/
+776
*
added missing short names to legacy devices and added validation that short n...
Miodrag Milanovic
2013-08-23
1
-0
/
+1
*
picked up a couple of copy & paste bugs with the pbr register (nw)
smf-
2013-03-07
1
-2
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
3
-259
/
+259
*
(MESS) pc9801: fixed crash on boot. no whatsnew.
Fabio Priuli
2012-10-12
1
-4
/
+4
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-1
/
+1
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-2
/
+2
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
1
-4
/
+4
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
2
-4
/
+2
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-15
/
+15
*
Fixes for variable shadowing [Oliver Stöneberg]
R. Belmont
2011-07-21
1
-3
/
+3
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-3
/
+3
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-2
/
+2
*
Cleanups and version bump.
mame0142
Aaron Giles
2011-04-03
1
-9
/
+9
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-9
/
+9
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-40
/
+40
*
running_device -> device_t
Aaron Giles
2010-12-31
2
-11
/
+11
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-2
/
+2
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
2
-4
/
+4
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-3
/
+3
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-4
/
+0
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-4
/
+4
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-7
/
+6
*
snes.c wip: fixed reserved memory address read not returning open_bus; fixed ...
Fabio Priuli
2010-03-30
2
-0
/
+24
*
superfx.c: added save states to the CPU [Fabio Priuli]
Fabio Priuli
2010-03-29
1
-186
/
+240
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-9
/
+9
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
2
-10
/
+10
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
3
-4
/
+2
*
Changes to sync with new toolchain:
Aaron Giles
2010-01-03
1
-3
/
+3
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-16
/
+16
*
Fixed 64-bit MSVC compile.
Curt Coder
2009-09-06
1
-1
/
+2
*
Fixed carry handling in ADC, ADCI, SBC and SBCI opcodes. Fixes many SNES Sup...
Ryan Holtz
2009-09-05
1
-2
/
+8
*
SNES updates: [R. Belmont, Harmony]
Ryan Holtz
2009-09-04
1
-7
/
+9
*
Fixed numerous opcodes in the AVR8 core [Harmony]
Ryan Holtz
2009-09-03
2
-64
/
+123
*
SuperFX updates: [Harmony]
Ryan Holtz
2009-09-02
1
-139
/
+75
*
SuperFX fixes: [Anonymous]
Ryan Holtz
2009-08-31
1
-26
/
+27
*
SuperFX updates [Anonymous]
Ryan Holtz
2009-08-30
2
-40
/
+40
*
> Shouldn't you also add a return statement?
Michaël Banaan Ananas
2009-08-30
1
-0
/
+1
*
MSVC compile fixes.
Aaron Giles
2009-08-30
1
-1
/
+1
*
Cleanups and version bump.
mame0133u4
Aaron Giles
2009-08-29
1
-13
/
+13
*
SuperFX changes: [Anonymous]
Ryan Holtz
2009-08-29
1
-7
/
+7
*
SuperFX updates: [Anonymous]
Ryan Holtz
2009-08-29
1
-29
/
+38
*
SuperFX core updates: [Anonymous]
Ryan Holtz
2009-08-27
1
-7
/
+15
*
Multiple SuperFX updates: [Anonymous]
Ryan Holtz
2009-08-27
1
-16
/
+48
[next]