summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-08-25 00:04:42 +0200
committer hap <happppp@users.noreply.github.com>2022-08-25 00:04:42 +0200
commit423a1c96337a1cbbbe2c594d194cb5ec9138ab15 (patch)
treeb0946009cc4f030a7d3ca78fecf608b8996fb6eb /src
parentd4f41cc101a5be73c88a5600c8d767f1079519e1 (diff)
source org: move pensebem to the handheld folder
Diffstat (limited to 'src')
-rw-r--r--src/mame/handheld/pensebem.cpp (renamed from src/mame/tectoy/pensebem.cpp)0
-rw-r--r--src/mame/mame.lst2
-rw-r--r--src/mame/mess.flt2
-rw-r--r--src/mame/tecmo/bombjack.cpp1
-rw-r--r--src/mame/tecmo/senjyo.h2
5 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/tectoy/pensebem.cpp b/src/mame/handheld/pensebem.cpp
index 9370c009ea3..9370c009ea3 100644
--- a/src/mame/tectoy/pensebem.cpp
+++ b/src/mame/handheld/pensebem.cpp
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 57b2acaf45d..e77617f7dbd 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -34674,7 +34674,7 @@ pengo6 // 834-0386 (c) 1982 Sega
pengob // bootleg
penta // bootleg
-@source:tectoy/pensebem.cpp
+@source:handheld/pensebem.cpp
pbem2017 // 2017 TecToy Pense Bem
@source:sinclair/pentagon.cpp
diff --git a/src/mame/mess.flt b/src/mame/mess.flt
index 1ef7603e37e..963895c8538 100644
--- a/src/mame/mess.flt
+++ b/src/mame/mess.flt
@@ -299,6 +299,7 @@ handheld/hh_tms1k.cpp
handheld/hh_ucom4.cpp
handheld/lk3000.cpp
handheld/monty.cpp
+handheld/pensebem.cpp
handheld/rzone.cpp
handheld/scrablex.cpp
handheld/talkingbb.cpp
@@ -1016,7 +1017,6 @@ tangerine/microtan.cpp
tangerine/oric.cpp
tatung/einstein.cpp
teamconcepts/comquest.cpp
-tectoy/pensebem.cpp
tektronix/tek405x.cpp
tektronix/tek410x.cpp
tektronix/tek43xx.cpp
diff --git a/src/mame/tecmo/bombjack.cpp b/src/mame/tecmo/bombjack.cpp
index 47ef395cdb8..d4ebab46189 100644
--- a/src/mame/tecmo/bombjack.cpp
+++ b/src/mame/tecmo/bombjack.cpp
@@ -42,7 +42,6 @@ b004 flip screen
b800 command to soundboard & trigger NMI on sound board
-
SOUND BOARD:
0x0000 0x1fff ROM
0x2000 0x43ff RAM
diff --git a/src/mame/tecmo/senjyo.h b/src/mame/tecmo/senjyo.h
index f174eac36ac..10e0d0270b5 100644
--- a/src/mame/tecmo/senjyo.h
+++ b/src/mame/tecmo/senjyo.h
@@ -95,7 +95,7 @@ private:
int m_is_senjyo = 0;
int m_scrollhack = 0;
- int m_dac_clock = 0;
+ uint8_t m_dac_clock = 0;
tilemap_t *m_fg_tilemap = nullptr;
tilemap_t *m_bg1_tilemap = nullptr;
tilemap_t *m_bg2_tilemap = nullptr;