summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/upd7725/upd7725.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/upd7725/upd7725.h')
-rwxr-xr-xsrc/emu/cpu/upd7725/upd7725.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/cpu/upd7725/upd7725.h b/src/emu/cpu/upd7725/upd7725.h
index 82f65034a4c..4e64e74e57e 100755
--- a/src/emu/cpu/upd7725/upd7725.h
+++ b/src/emu/cpu/upd7725/upd7725.h
@@ -113,7 +113,7 @@ private:
struct Flag
{
bool s1, s0, c, z, ov1, ov0;
-
+
inline operator unsigned() const
{
return (s1 << 5) + (s0 << 4) + (c << 3) + (z << 2) + (ov1 << 1) + (ov0 << 0);
@@ -129,14 +129,14 @@ private:
struct Status
{
bool rqm, usf1, usf0, drs, dma, drc, soc, sic, ei, p1, p0;
-
+
inline operator unsigned() const
{
return (rqm << 15) + (usf1 << 14) + (usf0 << 13) + (drs << 12)
+ (dma << 11) + (drc << 10) + (soc << 9) + (sic << 8)
+ (ei << 7) + (p1 << 1) + (p0 << 0);
}
-
+
inline unsigned operator=(unsigned d)
{
rqm = d & 0x8000; usf1 = d & 0x4000; usf0 = d & 0x2000; drs = d & 0x1000;
@@ -146,7 +146,7 @@ private:
}
};
- struct Regs
+ struct Regs
{
UINT16 pc; //program counter
UINT16 stack[16]; //LIFO
s draggable-layoutAdd support for dragging position-animated layout items. Aaron Giles3 years dribbling-nlMerge branch 'dribbling-nl' of https://github.com/mamedev/mame into dribbling-nl Aaron Giles4 years hlsl_aviplayMore work towards generic AVI playback, nw MooglyGuy5 years lisaosd/modules/debugger: One more blind attempt at Win32 for the night. [R. Belm... arbee8 months lua_engine_ui_refactor_2Typo fix npwoods5 years m57_troangel-blueseairem/m57_v.cpp: swap red PROM palette bit meaning as per #11443 angelosa9 months make_coco_fdc_fixed[CoCo] Backing out MCFG_SLOT_FIXED(true) Nathan Woods7 years mastergalaxian/galaxian.cpp: Add another Video Dens Pac-Man bootleg. (#12301) ClawGrip8 hours n64-angrylionnw, initial merge of angrylion's RDP changes. therealmogminer@gmail.com9 years netlist-generatednetlist.lua: Fix merge, remove headers again. couriersud4 years new_menusSwallowing shortcut keys the first time the menu comes up; now ESC in the F4 ... Nathan Woods10 years nl-splitfrogsWorking now. Original speed: 215%. Split speed: 491%. Ideally should be Aaron Giles4 years nl_dipsFix missing parentheses Aaron Giles4 years nltool-updatesnltool: Improvements to static solver generation: Aaron Giles4 years pci_virge-fifoMerge branch 'master' into pci_virge-fifo angelosa5 days py_regtestsImprove abstract class docs angelosa3 years rendlay_vid-render: Added optional per-frame update support to layout elements. [Ryan Ho... mooglyguy4 years saturn_cdblockAttempting to change transfer active mechanism, doesn't change anything, to b... angelosa9 years saturn_vdp_splitsegasaturn_vdp2.cpp: add m_gfxdecode device, fix startup crash. Add notes rev... angelosa2 years save-experimentsBetter handling of null/missing items. More consistent error handling. Reduce... Aaron Giles3 years save_structsUpdate voodoo code to leverage new save_registrar instead of its own temporar... Aaron Giles3 years shangha3_dropshangha3_v.cpp: proposed fix for shangha3 drawing phantom drop shadows for pl... angelosa19 months soundNew sound backend support. Olivier Galibert4 weeks taitoair_vcotaito/tc0080vco.cpp: describe fix angelosa17 months taitowlf_zoomtaito/taitowlf.cpp: preliminary Zoom hookup angelosa10 months time-experimentsRemaining fixes Aaron Giles3 years time-experiments2Stop memsetting structures. Aaron Giles3 years vamphalf_misncrftvamphalf.cpp: move wyvernwg to own state machine, add some basic protection t... angelosa2 years voodoo_directx11Fix some vegas games not booting Ted Green4 years x86_std-exceptionscpu/i386: saner fatal error handling angelosa5 weeks ymfm-delayClean up delay implementation a bit. Move delay setting to immediately after ... Aaron Giles3 years