summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simpl156.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simpl156.cpp')
-rw-r--r--src/mame/drivers/simpl156.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/simpl156.cpp b/src/mame/drivers/simpl156.cpp
index e1738fa3468..ef947234d02 100644
--- a/src/mame/drivers/simpl156.cpp
+++ b/src/mame/drivers/simpl156.cpp
@@ -1017,16 +1017,16 @@ ROM_END
DRIVER_INIT_MEMBER(simpl156_state,simpl156)
{
- UINT8 *rom = memregion("okimusic")->base();
+ uint8_t *rom = memregion("okimusic")->base();
int length = memregion("okimusic")->bytes();
- std::vector<UINT8> buf1(length);
+ std::vector<uint8_t> buf1(length);
- UINT32 x;
+ uint32_t x;
/* hmm low address line goes to banking chip instead? */
for (x = 0; x < length; x++)
{
- UINT32 addr;
+ uint32_t addr;
addr = BITSWAP24 (x,23,22,21,0, 20,
19,18,17,16,