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
/
devices
/
cpu
/
patinhofeio
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: fix a few non-canonical task tags
angelosa
2026-05-02
1
-2
/
+4
*
dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ...
Vas Crabb
2024-11-27
1
-3
/
+3
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-1
/
+2
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-3
/
+3
*
Removed some unnecessary backslash line continuations. (#12047)
amameuser
2024-02-21
1
-1
/
+1
*
patinho_feio: clean up some indentation
hap
2024-02-13
1
-9
/
+9
*
cpu/patinhofeio/patinho_feio.cpp: Fix missing space in printf string (#12026)
amameuser
2024-02-12
1
-1
/
+1
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-21
/
+7
*
emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers.
Vas Crabb
2023-06-13
1
-5
/
+3
*
patinho: decouple cpu from driver
Olivier Galibert
2022-06-13
2
-3
/
+10
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
2
-18
/
+11
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-2
/
+2
*
-v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz]
mooglyguy
2018-12-15
1
-14
/
+5
*
devcb3
Vas Crabb
2018-07-07
1
-4
/
+4
*
Final GCC 8 batch for tonight (nw)
arbee
2018-05-01
1
-2
/
+2
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-3
/
+4
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
2
-3
/
+3
*
More cases or CPUs named after machines etc. (nw)
Vas Crabb
2018-03-16
1
-1
/
+1
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-1
/
+1
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-9
/
+9
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
2
-2
/
+3
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
4
-34
/
+54
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
2
-3
/
+3
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
2
-1
/
+8
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-14
/
+13
*
Self-registering devices prep:
Vas Crabb
2017-02-27
2
-3
/
+3
*
better naming (nw)
Vas Crabb
2017-02-21
2
-14
/
+14
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-14
/
+4
*
Changed the patinho feio disassembler to use 'std::ostream &' internally
Nathan Woods
2016-10-30
1
-65
/
+75
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
2
-21
/
+21
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-0
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+0
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-0
/
+1
*
Let's give the new srcclean a spin...
Vas Crabb
2016-08-02
1
-7
/
+7
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
2
-37
/
+37
*
Further improvements to the Patinho Feio driver & CPU
Felipe Corrêa da Silva Sanches
2016-05-25
4
-182
/
+463
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
2
-2
/
+2
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
2
-2
/
+2
*
Cleanups and version bump
mame0169
Miodrag Milanovic
2015-12-30
3
-676
/
+675
*
fix compile in MSVC 2015 (nw)
Peter Ferrie
2015-12-08
1
-1
/
+1
*
fix override for new code (nw)
Miodrag Milanovic
2015-12-06
1
-9
/
+9
*
[patinho] print IDX instead of /000 in the CAR and ARM instructions disasm
Felipe Corrêa da Silva Sanches
2015-12-06
1
-2
/
+10
*
[patinho] improve log message for the unimplmemented SAI instruction (display...
Felipe Corrêa da Silva Sanches
2015-12-06
1
-1
/
+1
*
[patinho] Implement instructions related to reading the 12bit switches from t...
Felipe Corrêa da Silva Sanches
2015-12-06
3
-32
/
+115
*
[patinho] Preloaded another example program and fixed the opcode parsing of t...
Felipe Corrêa da Silva Sanches
2015-12-06
1
-45
/
+45
*
refactored the handling of peripherals by creating a class to represent each ...
Felipe Corrêa da Silva Sanches
2015-12-06
2
-13
/
+18
*
[patinho] Implement XOR, NAND and SOMI instructions and fix their disasm text...
Felipe Corrêa da Silva Sanches
2015-12-06
2
-4
/
+23
[next]