mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
small cleanup (nw)
This commit is contained in:
parent
ab20ec3cee
commit
f871b84c9e
@ -111,9 +111,6 @@
|
||||
// TYPE DEFINITIONS
|
||||
//**************************************************************************
|
||||
|
||||
class intelfsh_device;
|
||||
|
||||
|
||||
// ======================> intelfsh_device
|
||||
|
||||
class intelfsh_device : public device_t,
|
||||
|
@ -9,6 +9,7 @@
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "pxa255.h"
|
||||
|
||||
#include "screen.h"
|
||||
|
@ -9,12 +9,11 @@
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
#ifndef DEVICES_MACHINE_PXA255
|
||||
#define DEVICES_MACHINE_PXA255
|
||||
#ifndef MAME_MACHINE_PXA255
|
||||
#define MAME_MACHINE_PXA255
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/arm7/arm7.h"
|
||||
#include "cpu/arm7/arm7core.h"
|
||||
#include "sound/dmadac.h"
|
||||
@ -232,4 +231,4 @@ protected:
|
||||
|
||||
DECLARE_DEVICE_TYPE(PXA255_PERIPHERALS, pxa255_periphs_device)
|
||||
|
||||
#endif // DEVICES_MACHINE_PXA255
|
||||
#endif // MAME_MACHINE_PXA255
|
||||
|
@ -144,8 +144,8 @@ WRITE16_MEMBER(shangha3_state::blitter_go_w)
|
||||
{
|
||||
rectangle myclip;
|
||||
|
||||
// if (shangha3_ram[offs+11] || shangha3_ram[offs+12])
|
||||
// logerror("offs %04x: sx %04x sy %04x zoom %04x %04x %04x %04x fx %d fy %d\n",offs,sx,sy,zoomx,shangha3_ram[offs+11]),shangha3_ram[offs+12],zoomy,flipx,flipy);
|
||||
// if (shangha3_ram[offs+11] || shangha3_ram[offs+12])
|
||||
// logerror("offs %04x: sx %04x sy %04x zoom %04x %04x %04x %04x fx %d fy %d\n",offs,sx,sy,zoomx,shangha3_ram[offs+11]),shangha3_ram[offs+12],zoomy,flipx,flipy);
|
||||
|
||||
myclip.set(sx, sx + sizex, sy, sy + sizey);
|
||||
myclip &= rawbitmap.cliprect();
|
||||
|
Loading…
Reference in New Issue
Block a user