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
/
pdp1
Commit message (
Expand
)
Author
Age
Files
Lines
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
1
-30
/
+30
*
fixed usage of uninitialized members in tx0_device (nw)
Oliver Stöneberg
2014-04-30
1
-0
/
+6
*
fixed usage of uninitialized member in pdp1_device (nw)
Oliver Stöneberg
2014-04-29
1
-0
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
4
-5
/
+3
*
pdp1.c: Modernized cpu core. [Wilbert Pol]
Wilbert Pol
2014-02-25
2
-562
/
+602
*
tx0.c: Modernized cpu core. [Wilbert Pol]
Wilbert Pol
2013-12-25
2
-564
/
+455
*
Removed some unused defines (nw)
Wilbert Pol
2013-12-24
2
-3
/
+0
*
added missing short names to legacy devices and added validation that short n...
Miodrag Milanovic
2013-08-23
2
-0
/
+3
*
(MESS) TX0 : Fixed paper tape reader [Robbbert]
Robbbert
2013-07-09
1
-3
/
+5
*
(MESS) PDP1 : Fixed loading of paper tape, Spacewar works again [Robbbert]
Robbbert
2013-07-08
1
-3
/
+4
*
cleanup (nw)
Miodrag Milanovic
2013-04-14
1
-2
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
5
-894
/
+894
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
2
-2
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
4
-8
/
+4
*
In device_state_interface, rename state() to state_int()
Aaron Giles
2012-09-11
3
-5
/
+5
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
2
-45
/
+45
*
removed some unnecessary statements reported by cppcheck (no whatsnew)
Oliver Stöneberg
2012-08-04
1
-1
/
+1
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
1
-1
/
+1
*
Added a way to handle output for debug messages and debugger itself into octa...
Miodrag Milanovic
2011-10-04
2
-0
/
+3
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
2
-2
/
+2
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
2
-27
/
+27
*
running_device -> device_t
Aaron Giles
2010-12-31
4
-22
/
+22
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
2
-4
/
+4
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
2
-2
/
+2
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
4
-12
/
+11
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
2
-5
/
+5
*
MESS related fixes to enable compile after device rewrite (no whatsnew)
Miodrag Milanovic
2010-06-11
1
-2
/
+2
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
2
-12
/
+0
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
2
-8
/
+8
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
2
-14
/
+12
*
[PDP1] Display the PC in hex as well as octal. [Robbbert]
Miodrag Milanovic
2010-02-01
1
-2
/
+2
*
Fixed disassembly of PDP1,TX0 and APEXC [Robbbert]
Miodrag Milanovic
2010-01-30
2
-3
/
+3
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
2
-27
/
+27
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
4
-27
/
+27
*
More PPC GCC warning fixes.
R. Belmont
2010-01-15
1
-3
/
+3
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
2
-2
/
+2
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
2
-4
/
+0
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
6
-3
/
+4
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
2
-16
/
+16
*
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Aaron Giles
2009-09-08
3
-5
/
+5
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
2
-18
/
+18
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-06-08
1
-3
/
+3
*
From: Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2009-05-25
1
-41
/
+41
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
2
-23
/
+41
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
2
-27
/
+27
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
2
-18
/
+18
*
Removed index and clock parameters from CPU_INIT function.
Aaron Giles
2008-12-18
1
-3
/
+3
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-17
2
-0
/
+4
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-2
/
+1
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
2
-6
/
+0
[next]