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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
(nw)
David Haywood
2015-12-06
1
-6
/
+6
*
nullptr to 0x00 for ROM_FILL and ROM_COPY (nw)
Miodrag Milanovic
2015-12-06
160
-1430
/
+1430
*
swap some sets around (nw)
David Haywood
2015-12-06
1
-14
/
+17
*
new clones
David Haywood
2015-12-06
2
-61
/
+61
*
new clones
David Haywood
2015-12-06
2
-4
/
+18
*
new clones (not working)
David Haywood
2015-12-06
2
-2
/
+79
*
Added addprojectflags function and added -Wsuggest-override for all that are ...
Miodrag Milanovic
2015-12-06
13
-0
/
+44
*
mac: fix regressions (nw)
arbee
2015-12-06
2
-1
/
+47
*
fix override for new code (nw)
Miodrag Milanovic
2015-12-06
2
-10
/
+10
*
Merge branch 'master' of https://github.com/mamedev/mame
Miodrag Milanovic
2015-12-06
8
-13
/
+956
|
\
|
*
Merge pull request #486 from system11b/S11psikyomono
David Haywood
2015-12-06
1
-13
/
+6
|
|
\
|
|
*
These games are all mono
system11b
2015-12-05
1
-13
/
+6
|
*
|
Merge pull request #487 from felipesanches/patinho_feio
David Haywood
2015-12-06
7
-0
/
+950
|
|
\
\
|
|
*
|
[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
4
-41
/
+137
|
|
*
|
[patinho] fixed metadata string (added accented character and tilde)
Felipe Corrêa da Silva Sanches
2015-12-06
1
-1
/
+1
|
|
*
|
[patinho] Implemented methods for loading punched tape images as well as raw ...
Felipe Corrêa da Silva Sanches
2015-12-06
1
-6
/
+31
|
|
*
|
[patinho] Preloaded another example program and fixed the opcode parsing of t...
Felipe Corrêa da Silva Sanches
2015-12-06
2
-49
/
+63
|
|
*
|
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
|
|
*
|
[patinho] Update IDX on the debugger UI for every new instruction executed by...
Felipe Corrêa da Silva Sanches
2015-12-06
1
-0
/
+1
|
|
*
|
[patinho] Implement SUS instruction
Felipe Corrêa da Silva Sanches
2015-12-06
1
-0
/
+13
|
|
*
|
[patinho] Implement PLAN and PLAZ instructions and fix a bug in all of the in...
Felipe Corrêa da Silva Sanches
2015-12-06
1
-8
/
+22
|
|
*
|
[patinho] Implement SOM and SOMX instructions (TODO: update T and V flags)
Felipe Corrêa da Silva Sanches
2015-12-06
1
-0
/
+16
|
|
*
|
[patinho] Implement CAR and CARX instructions
Felipe Corrêa da Silva Sanches
2015-12-06
1
-0
/
+14
|
|
*
|
[patinho] Implement PLAX instruction (jump to indexed address)
Felipe Corrêa da Silva Sanches
2015-12-06
1
-0
/
+7
|
|
*
|
[patinho] indentation / comments cleanup
Felipe Corrêa da Silva Sanches
2015-12-06
3
-28
/
+31
|
|
*
|
[patinho] Add support for indirect memory addressing and implement the IND in...
Felipe Corrêa da Silva Sanches
2015-12-06
2
-7
/
+38
|
|
*
|
[patinho] Implement ARM and ARMX instructions
Felipe Corrêa da Silva Sanches
2015-12-06
1
-0
/
+13
|
|
*
|
[patinho] implementation of the shift/rotate instructions (DE, GE, DEV, GEV, ...
Felipe Corrêa da Silva Sanches
2015-12-06
3
-14
/
+108
|
|
*
|
[patinho] Implement instructions LIM, INC, UNEG and LIMP1
Felipe Corrêa da Silva Sanches
2015-12-06
1
-0
/
+23
|
|
*
|
[patinho] Implemented instructions LIMPO, UM, CMP1 and CMP2 and initial suppo...
Felipe Corrêa da Silva Sanches
2015-12-06
2
-0
/
+37
|
|
*
|
[patinho] Implemented the SAL ("Salta": Skip) instruction. It still depends o...
Felipe Corrêa da Silva Sanches
2015-12-06
2
-6
/
+46
|
|
*
|
[patinho] Fixed PUG instruction implementation; Added IDX register to the deb...
Felipe Corrêa da Silva Sanches
2015-12-06
2
-7
/
+30
|
|
*
|
[patinho] fixing PLA instruction and implementing PUG instruction.
Felipe Corrêa da Silva Sanches
2015-12-06
1
-1
/
+11
|
|
*
|
Started implementing the actual emulation of the Patinho Feio instruction set.
Felipe Corrêa da Silva Sanches
2015-12-06
3
-41
/
+101
|
|
*
|
Implemented most of the instruction set for Patinho Feio
Felipe Corrêa da Silva Sanches
2015-12-06
1
-25
/
+139
|
|
*
|
adding a basic machine driver for the Patinho Feio and setting up build syste...
Felipe Corrêa da Silva Sanches
2015-12-06
7
-25
/
+125
|
|
*
|
quick draft/boilerplate code for the Patinho Feio CPU emulation module
Felipe Corrêa da Silva Sanches
2015-12-06
3
-0
/
+170
*
|
|
|
implementation must be removed too (nw)
Miodrag Milanovic
2015-12-06
1
-2
/
+2
|
/
/
/
*
|
|
Fix clang build on OSX/Linux
Miodrag Milanovic
2015-12-06
1
-1
/
+1
*
|
|
Fix clang build on OSX/Linux
Miodrag Milanovic
2015-12-06
1
-1
/
+3
*
|
|
fix for non-windows os (nw)
Miodrag Milanovic
2015-12-06
1
-0
/
+2
|
/
/
*
|
Merge pull request #488 from jfdelnero/master
Miodrag Milanović
2015-12-06
3
-16
/
+382
|
\
\
|
*
|
Clang error corrected.
Jean-François DEL NERO
2015-12-06
1
-0
/
+4
|
*
|
Change the machine tags as working :).
Jean-François DEL NERO
2015-12-06
1
-1
/
+1
|
*
|
WD1770 FDC support added (Work In Progress).
Jean-François DEL NERO
2015-12-06
1
-0
/
+70
|
*
|
block drawing support added.
Jean-François DEL NERO
2015-12-06
2
-11
/
+47
|
*
|
Keyboard support added !
Jean-François DEL NERO
2015-12-05
1
-4
/
+260
[prev]
[next]