summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/generalplus_gpce4_soc.cpp2
-rw-r--r--src/devices/machine/generalplus_gpl162xx_soc.cpp10
-rw-r--r--src/devices/machine/generalplus_gpl162xx_soc.h2
-rw-r--r--src/devices/machine/generalplus_gpl162xx_soc_video.cpp12
-rw-r--r--src/devices/machine/generalplus_gpl951xx_soc.cpp12
-rw-r--r--src/devices/machine/generalplus_gpl_chx.cpp18
-rw-r--r--src/devices/machine/generalplus_gpl_timebase.cpp4
-rw-r--r--src/devices/machine/i8251.cpp2
-rw-r--r--src/devices/machine/w83877tf.cpp4
9 files changed, 33 insertions, 33 deletions
diff --git a/src/devices/machine/generalplus_gpce4_soc.cpp b/src/devices/machine/generalplus_gpce4_soc.cpp
index 48ae52dde83..e21190ead01 100644
--- a/src/devices/machine/generalplus_gpce4_soc.cpp
+++ b/src/devices/machine/generalplus_gpce4_soc.cpp
@@ -1019,7 +1019,7 @@ void generalplus_gpce4_soc_device::fiq2_sel_w(u16 data)
// 15 SPIEN
// 14 ---
// 13 LBM
-// 12 SPICS_IO (0 = SPI_CS controlled by I/O, 1 = SPI_CS auto controlled)
+// 12 SPICS_IO (0 = SPI_CS controlled by I/O, 1 = SPI_CS auto controlled)
//
// 11 SPIRST
// 10 ---
diff --git a/src/devices/machine/generalplus_gpl162xx_soc.cpp b/src/devices/machine/generalplus_gpl162xx_soc.cpp
index c2975929bdf..3dbc7c4f554 100644
--- a/src/devices/machine/generalplus_gpl162xx_soc.cpp
+++ b/src/devices/machine/generalplus_gpl162xx_soc.cpp
@@ -561,7 +561,7 @@ void sunplus_gcm394_base_device::int_status1_w(u16 data)
// 10 TMBCIF
// 9 TMBBIF
// 8 TMBAIF
-//
+//
// 7 SDC2
// 6 SDC1
// 5
@@ -585,7 +585,7 @@ u16 sunplus_gcm394_base_device::int_status2_r()
if (m_gpl_timebase->timebasec_irq_flag())
ret |= 0x0400;
-
+
return ret;
}
@@ -1578,7 +1578,7 @@ void sunplus_gcm394_base_device::base_internal_map(address_map &map)
map(0x007882, 0x007882).rw(FUNC(sunplus_gcm394_base_device::ioe_dir_r), FUNC(sunplus_gcm394_base_device::ioe_dir_w));
map(0x007883, 0x007883).rw(FUNC(sunplus_gcm394_base_device::ioe_attrib_r), FUNC(sunplus_gcm394_base_device::ioe_attrib_w));
// 7884 - P_IOE_Drv
-
+
// 0x7888 - P_MEM_DRV
// 0x7889 - P_MEM_DLY0
// 0x788a - P_MEM_DLY1
@@ -1903,7 +1903,7 @@ IRQ_CALLBACK_MEMBER(sunplus_gcm394_base_device::irq_vector_cb)
//logerror("irq_vector_cb %d\n", irqline);
//if (irqline == UNSP_IRQ6_LINE)
- // set_state_unsynced(UNSP_IRQ6_LINE, CLEAR_LINE);
+ // set_state_unsynced(UNSP_IRQ6_LINE, CLEAR_LINE);
if (irqline == UNSP_IRQ4_LINE)
set_state_unsynced(UNSP_IRQ4_LINE, CLEAR_LINE);
@@ -1996,7 +1996,7 @@ void sunplus_gcm394_base_device::device_add_mconfig(machine_config &config)
m_gpl_dma->dma_complete_callback().set(FUNC(sunplus_gcm394_base_device::dma_complete));
GPL_TIMEBASE(config, m_gpl_timebase, 0);
- m_gpl_timebase->updateirqs_callback().set(FUNC(sunplus_gcm394_base_device::update_interrupts));
+ m_gpl_timebase->updateirqs_callback().set(FUNC(sunplus_gcm394_base_device::update_interrupts));
GCM394_VIDEO(config, m_spg_video, DERIVED_CLOCK(1, 1), DEVICE_SELF, m_screen);
m_spg_video->write_video_irq_callback().set(FUNC(sunplus_gcm394_base_device::videoirq_w));
diff --git a/src/devices/machine/generalplus_gpl162xx_soc.h b/src/devices/machine/generalplus_gpl162xx_soc.h
index eed874be1c4..73fa316ae7a 100644
--- a/src/devices/machine/generalplus_gpl162xx_soc.h
+++ b/src/devices/machine/generalplus_gpl162xx_soc.h
@@ -289,7 +289,7 @@ protected:
void mint_ctrl_w(u16 data);
virtual void update_interrupts(int state);
-
+
u16 timera_ctrl_r();
void timera_ctrl_w(u16 data);
diff --git a/src/devices/machine/generalplus_gpl162xx_soc_video.cpp b/src/devices/machine/generalplus_gpl162xx_soc_video.cpp
index c8e8f17c0ac..76c94326008 100644
--- a/src/devices/machine/generalplus_gpl162xx_soc_video.cpp
+++ b/src/devices/machine/generalplus_gpl162xx_soc_video.cpp
@@ -931,12 +931,12 @@ void gcm394_base_video_device::video_703a_palettebank_w(u16 data)
// 14
// 13
// 12
-//
+//
// 11 IRQ_EN11 R/W TV/TFT Frame End IRQ
// 10 IRQ_EN10 R/W Frame buffer FIFO under-run IRQ
// 9 IRQ_EN9 R/W Motion detection FIFO under-run IRQ
// 8 IRQ_EN8 R/W Sensor position hit IRQ
-//
+//
// 7 IRQ_EN7 R/w Motion detection frame end IRQ
// 6 IRQ_EN6 R/W Sensor frame end IRQ
// 5 IRQ_EN5 R/W Sprite engine under-run IRQ
@@ -974,7 +974,7 @@ void gcm394_base_video_device::videoirq_source_enable_w(u16 data)
// 10 IRQ_STS10 Frame buffer FIFO under-run IRQ
// 9 IRQ_STS9 Motion detection FIFO under-run IRQ
// 8 IRQ_STS8 Sensor position hit IRQ
-//
+//
// 7 IRQ_STS7 Motion detection frame end IRQ
// 6 IRQ_STS6 Sensor frame end IRQ
// 5 IRQ_STS5 Sprite engine under-run IRQ
@@ -1012,12 +1012,12 @@ void gcm394_base_video_device::video_7063_videoirq_source_ack_w(u16 data)
// 10
// 9
// 8
-//
+//
// 7
// 6
// 5
// 4
-//
+//
// 3
// 2
// 1 BLDLVL[1]
@@ -1120,7 +1120,7 @@ void gcm394_base_video_device::video_703c_tvcontrol1_w(u16 data)
m_renderer->set_video_reg_3c(data);
}
-// uncertain, apparently P_STN_COM_Clip or P_TFT_V_Width
+// uncertain, apparently P_STN_COM_Clip or P_TFT_V_Width
u16 gcm394_base_video_device::video_7051_r()
{
diff --git a/src/devices/machine/generalplus_gpl951xx_soc.cpp b/src/devices/machine/generalplus_gpl951xx_soc.cpp
index ef4dd8277b6..efea49eee48 100644
--- a/src/devices/machine/generalplus_gpl951xx_soc.cpp
+++ b/src/devices/machine/generalplus_gpl951xx_soc.cpp
@@ -925,17 +925,17 @@ void generalplus_gpl951xx_device::cache_ctrl_w(u16 data)
// 14 ADCRIF - Line ADC Converstion Ready interrupt status
// 13 PwrONIF - Power on key change event status
// 12 OTIF - Over temperature event status
-//
+//
// 11 UARTIF - UART Interrupt status
// 10 SPI0 - Serial Peripheral Interface 0 interrupt status
// 9 FPIF - FP Interrupt Status (LCD)
// 8
-//
+//
// 7 ASIF - Line ADC Auto Sample Mode FIFO full interrupt status
// 6
// 5 AUDBIF - Audio Channel B (CHB) FIFO Empty Interrupt status
// 4 AUDAIF - Audio Channel A (CHA) FIFO Empty Interrupt status
-//
+//
// 3 USB - USB interrupt status
// 2 DMA - System DMA interrupt status
// 1 EXT1IF - External interrupt 1 status (R/W)
@@ -1012,17 +1012,17 @@ void generalplus_gpl951xx_device::int_status2_w(u16 data)
// 14 TMGIF - TimerG Interrupt status
// 13 TMFIF - TimerF Interrupt status
// 12 TMEIF - TimerE Interrupt status
-//
+//
// 11 TMDIF - TimerD Interrupt status
// 10 TMCIF - TimerC Interrupt status
// 9 TMBIF - TimerB Interrupt status
// 8 TMAIF - TimerA Interrupt status
-//
+//
// 7 UNEXP - unexpected access Interrupt status
// 6
// 5
// 4
-//
+//
// 3
// 2 BEAT - SPU beat interrupt status (R/W)
// 1
diff --git a/src/devices/machine/generalplus_gpl_chx.cpp b/src/devices/machine/generalplus_gpl_chx.cpp
index bed0f9c34c0..80fc90ee884 100644
--- a/src/devices/machine/generalplus_gpl_chx.cpp
+++ b/src/devices/machine/generalplus_gpl_chx.cpp
@@ -72,17 +72,17 @@ void gpl_chx_device::device_reset()
// 14 FEMIEN - FIFO Empty Interrupt Enable
// 13 CHAEN - CHA Enable
// 12 DACBEN
-//
+//
// 11 SIGNEN - used signed data
// 10 AMP_PE - Positive-side push-pull amp enable
// 9 AMP_NE - Negative-side push-pull amp enable
// 8
-//
+//
// 7 ONE_DAC - Mix CHA and CHB data to CHA
// 6 GAIN[3]
// 5 GAIN[2]
// 4 GAIN[1]
-//
+//
// 3 GAIN[0]
// 2 CASCADE1 - External signal1 (ACIN) mixing enable
// 1 CASCADE0 - External signal0 (ACIN) mixing enable
@@ -143,17 +143,17 @@ void gpl_chx_device::cha_data_w(u16 data)
// 14 FFUNRN - CHA FIFO under run flag
// 13
// 12
-//
+//
// 11
// 10
// 9
// 8 FRST - FIFO Reset
-//
+//
// 7 CHAFEILV[3] - CHA FIFO Empty Interrupt Level
// 6 CHAFEILV[2]
// 5 CHAFEILV[1]
// 4 CHAFEILV[0]
-//
+//
// 3 CHAFINX[3] - CHA FIFO Used
// 2 CHAFINX[2]
// 1 CHAFINX[1]
@@ -185,17 +185,17 @@ void gpl_chx_device::cha_fifo_w(u16 data)
// 14 FEMIEN - FIFO Empty Interrupt Enable
// 13 CHBEN - CHB Enable
// 12 SSF - CHB service Frequency (0 = different to CHAA, 1 = the same)
-//
+//
// 11 CHACFG - CHB uses CHA config (0 = CHB config, 1 = CHA config)
// 10 MONO - Mono mode (0 = Stereo, 1 = Mono)
// 9
// 8
-//
+//
// 7
// 6
// 5
// 4
-//
+//
// 3
// 2
// 1
diff --git a/src/devices/machine/generalplus_gpl_timebase.cpp b/src/devices/machine/generalplus_gpl_timebase.cpp
index 6c5464d26e9..838ea14400f 100644
--- a/src/devices/machine/generalplus_gpl_timebase.cpp
+++ b/src/devices/machine/generalplus_gpl_timebase.cpp
@@ -142,7 +142,7 @@ void gpl_timebase_device::timebaseb_ctrl_w(u16 data)
case 0x01: m_timebase_b->adjust(attotime::from_hz(16)); break;
case 0x02: m_timebase_b->adjust(attotime::from_hz(32)); break;
case 0x03: m_timebase_b->adjust(attotime::from_hz(64)); break;
- }
+ }
}
else
{
@@ -186,7 +186,7 @@ void gpl_timebase_device::timebasec_ctrl_w(u16 data)
case 0x01: m_timebase_c->adjust(attotime::from_hz(256)); break;
case 0x02: m_timebase_c->adjust(attotime::from_hz(512)); break;
case 0x03: m_timebase_c->adjust(attotime::from_hz(1024)); break;
- }
+ }
}
else
{
diff --git a/src/devices/machine/i8251.cpp b/src/devices/machine/i8251.cpp
index 1e542d8c26d..8775f639240 100644
--- a/src/devices/machine/i8251.cpp
+++ b/src/devices/machine/i8251.cpp
@@ -12,7 +12,7 @@
TODO:
- BRKDET: if, in Async mode, 16 low RxD bits in succession are clocked
- in, the SYNDET pin & status must go high. It will go low upon a
+ in, the SYNDET pin & status must go high. It will go low upon a
status read, same as what happens with sync.
*********************************************************************/
diff --git a/src/devices/machine/w83877tf.cpp b/src/devices/machine/w83877tf.cpp
index 53eb206aabe..4968383fdca 100644
--- a/src/devices/machine/w83877tf.cpp
+++ b/src/devices/machine/w83877tf.cpp
@@ -689,8 +689,8 @@ void w83877tf_device::request_irq(int irq, int state)
m_isa->irq12_w(state);
break;
//case 13:
- // m_isa->irq13_w(state);
- // break;
+ // m_isa->irq13_w(state);
+ // break;
case 14:
m_isa->irq14_w(state);
break;