summaryrefslogtreecommitdiffstatshomepage
path: root/src/zexall
diff options
context:
space:
mode:
Diffstat (limited to 'src/zexall')
-rw-r--r--src/zexall/main.cpp4
-rw-r--r--src/zexall/zexall.cpp10
-rw-r--r--src/zexall/zexall.h4
3 files changed, 9 insertions, 9 deletions
diff --git a/src/zexall/main.cpp b/src/zexall/main.cpp
index e35767babbc..b3bcf101b9e 100644
--- a/src/zexall/main.cpp
+++ b/src/zexall/main.cpp
@@ -48,7 +48,7 @@ public:
~zexall_machine_manager() { delete m_manager; m_manager = nullptr; }
- int execute()
+ int execute()
{
auto system = &GAME_NAME(zexall);
machine_config config(*system, m_options);
@@ -107,4 +107,4 @@ const char * emulator_info::get_copyright() { return nullptr; }
const char * emulator_info::get_copyright_info() { return nullptr; }
-bool emulator_info::standalone() { return true; } \ No newline at end of file
+bool emulator_info::standalone() { return true; }
diff --git a/src/zexall/zexall.cpp b/src/zexall/zexall.cpp
index 663d9101b06..1ae89c1ac20 100644
--- a/src/zexall/zexall.cpp
+++ b/src/zexall/zexall.cpp
@@ -31,10 +31,10 @@ public:
zexall_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
- m_main_ram(*this, "main_ram"),
- m_out_data(0),
- m_out_req(0),
- m_out_req_last(0),
+ m_main_ram(*this, "main_ram"),
+ m_out_data(0),
+ m_out_req(0),
+ m_out_req_last(0),
m_out_ack(0)
{
}
@@ -68,7 +68,7 @@ DRIVER_INIT_MEMBER(zexall_state,zexall)
void zexall_state::machine_reset()
{
// rom is self-modifying, so need to refresh it on each run
- // fill main ram with zexall code
+ // fill main ram with zexall code
memcpy(m_main_ram, zexall_program, 0x228a);
}
diff --git a/src/zexall/zexall.h b/src/zexall/zexall.h
index 8b0e1493432..a276e509eed 100644
--- a/src/zexall/zexall.h
+++ b/src/zexall/zexall.h
@@ -373,7 +373,7 @@ static const uint8_t zexall_program[8841] =
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd6, // ................
0x38, 0xdd, 0x6a, 0x6e, 0x65, 0x67, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, // 8.jneg..........
0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, // ................
- 0x2e, 0x24, 0xff, 0xed, 0x67, 0x00, 0x00, 0xcb, 0x91, 0x8b, 0xc4, 0x62, 0xfa, 0x03, 0x01, 0x20, // .$..g......b...
+ 0x2e, 0x24, 0xff, 0xed, 0x67, 0x00, 0x00, 0xcb, 0x91, 0x8b, 0xc4, 0x62, 0xfa, 0x03, 0x01, 0x20, // .$..g......b...
0xe7, 0x79, 0xb4, 0x40, 0x06, 0xe2, 0x8a, 0x00, 0x08, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, // .y.@............
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // ................
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd7, 0xff, 0x00, 0x00, 0xff, // ................
@@ -495,7 +495,7 @@ static const uint8_t zexall_program[8841] =
0x96, 0xee, 0x0e, 0x61, 0x2c, 0x99, 0x09, 0x51, 0xba, 0x07, 0x6d, 0xc4, 0x19, 0x70, 0x6a, 0xf4, // ...a,..Q..m..pj.
0x8f, 0xe9, 0x63, 0xa5, 0x35, 0x9e, 0x64, 0x95, 0xa3, 0x0e, 0xdb, 0x88, 0x32, 0x79, 0xdc, 0xb8, // ..c.5.d.....2y..
0xa4, 0xe0, 0xd5, 0xe9, 0x1e, 0x97, 0xd2, 0xd9, 0x88, 0x09, 0xb6, 0x4c, 0x2b, 0x7e, 0xb1, 0x7c, // ...........L+~.|
- 0xbd, 0xe7, 0xb8, 0x2d, 0x07, 0x90, 0xbf, 0x1d, 0x91, 0x1d, 0xb7, 0x10, 0x64, 0x6a, 0xb0, 0x20, // ...-........dj.
+ 0xbd, 0xe7, 0xb8, 0x2d, 0x07, 0x90, 0xbf, 0x1d, 0x91, 0x1d, 0xb7, 0x10, 0x64, 0x6a, 0xb0, 0x20, // ...-........dj.
0xf2, 0xf3, 0xb9, 0x71, 0x48, 0x84, 0xbe, 0x41, 0xde, 0x1a, 0xda, 0xd4, 0x7d, 0x6d, 0xdd, 0xe4, // ...qH..A....}m..
0xeb, 0xf4, 0xd4, 0xb5, 0x51, 0x83, 0xd3, 0x85, 0xc7, 0x13, 0x6c, 0x98, 0x56, 0x64, 0x6b, 0xa8, // ....Q.....l.Vdk.
0xc0, 0xfd, 0x62, 0xf9, 0x7a, 0x8a, 0x65, 0xc9, 0xec, 0x14, 0x01, 0x5c, 0x4f, 0x63, 0x06, 0x6c, // ..b.z.e.....Oc.l