Skip to content

Commit cea577f

Browse files
authored
jaleco/jaleco_road.h: Tidy
1 parent fdb7570 commit cea577f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/mame/jaleco/jaleco_road.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
// TYPE DEFINITIONS
1616
//**************************************************************************
1717

18-
// ======================> jaleco_road_device
19-
2018
class jaleco_road_device : public device_t, public device_gfx_interface
2119
{
2220
public:
@@ -40,7 +38,7 @@ class jaleco_road_device : public device_t, public device_gfx_interface
4038
protected:
4139
jaleco_road_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock);
4240

43-
// device-level overrides
41+
// device_t implementation
4442
virtual void device_start() override ATTR_COLD;
4543
virtual void device_reset() override ATTR_COLD;
4644

@@ -72,7 +70,7 @@ class jaleco_zoom_road_device : public jaleco_road_device
7270
virtual void draw(bitmap_ind16 &bitmap, const rectangle &cliprect, int priority1, int priority2, bool transparency) override;
7371
};
7472

75-
// device type definition
73+
// device type declaration
7674
DECLARE_DEVICE_TYPE(JALECO_ROAD, jaleco_road_device)
7775
DECLARE_DEVICE_TYPE(JALECO_ZOOM_ROAD, jaleco_zoom_road_device)
7876

0 commit comments

Comments
 (0)