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
/
cpu
/
v30mz
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
2
-3958
/
+0
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-2
/
+2
*
Added this variation when I was working on wonderswan (nw)
Wilbert Pol
2015-05-14
2
-2
/
+2
*
Sorted out cpu cores (nw)
Miodrag Milanovic
2015-05-13
1
-2
/
+2
*
Changes for Bryan McPhail (nw)
Miodrag Milanovic
2015-05-11
1
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
2
-0
/
+4
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-4
/
+4
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
2
-4
/
+4
*
fixed usage of uninitialized member in v30mz_cpu_device (nw)
Oliver Stöneberg
2014-04-30
1
-0
/
+2
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
reduced some duplication in the nec disassembler interface (nw)
smf-
2013-03-06
1
-3
/
+2
*
fixed uninitialized members in src/emu/cpu/v30mz/v30mz.c (nw)
Oliver Stöneberg
2013-02-23
1
-0
/
+4
*
No need for usign device_irq_acknowledge_callback in modern cpu (no whatsnew)
Miodrag Milanovic
2013-01-31
2
-3
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
2
-196
/
+195
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
Enum and union normalization.
Aaron Giles
2012-09-16
1
-4
/
+4
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
Clean-ups and version bump
mame0146u5
Miodrag Milanovic
2012-08-20
1
-4
/
+4
*
v30mz.c: Make gcc behave like clang (nw)
Wilbert Pol
2012-08-08
1
-2
/
+4
*
v30mz.c: Fixed disasm_max_opcode_bytes(). (nw)
Wilbert Pol
2012-08-08
1
-1
/
+1
*
v30mz.c: Converted to c++. [Wilbert Pol]
Wilbert Pol
2012-08-04
6
-2011
/
+3761
*
Clean-ups and version bump
Miodrag Milanovic
2012-07-30
1
-1
/
+1
*
v30mz.c: Getting rid of some typedefs and cleaning up a few things. (nw)
Wilbert Pol
2012-07-29
3
-104
/
+86
*
v30mz: Removed unneeded header file (nw)
Wilbert Pol
2012-07-29
1
-11
/
+0
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
1
-3
/
+3
*
GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew)
R. Belmont
2011-05-30
1
-4
/
+4
*
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
-18
/
+18
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-1
/
+1
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
2
-6
/
+8
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-9
/
+9
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-2
/
+2
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
2
-4
/
+3
*
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
-7
/
+7
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-11
/
+10
*
Fixed VS2010 compiling
Fabio Priuli
2010-03-18
2
-8
/
+8
*
v30mz: Increased MAX_INSTRUCTION_BYTES to prevent disasm crashes (no whatsnew).
Wilbert Pol
2010-02-18
1
-1
/
+1
*
Cleanups and version bump.
Aaron Giles
2010-01-28
1
-2
/
+2
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-9
/
+9
*
- Added MESS dependent code missing in emu.h
Miodrag Milanovic
2010-01-19
1
-3
/
+22
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-3
/
+3
*
More PPC GCC warning fixes.
R. Belmont
2010-01-15
1
-1
/
+1
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-4
/
+4
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
3
-2
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-1
/
+1
*
Cleaned up braces in the code so that they are properly balanced. [Atari Ace]
Aaron Giles
2009-12-28
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
3
-38
/
+38
*
> -----Original Message-----
Aaron Giles
2009-09-24
1
-5
/
+19
[next]